Package org.ehcache

Main Ehcache API package

See:
          Description

Interface Summary
Cache<K,V> Basic interface to a cache, defines all operational methods to create, access, update or delete mappings of key to value
Cache.Entry<K,V> Represent a mapping of key to value held in a Cache
CacheManager A CacheManager that manages Cache as well as associated Service
Maintainable  
PersistentCacheManager A CacheManager that knows how to lifecycle Cache data that outlive the JVM's process existence.
PersistentUserManagedCache<K,V> A UserManagedCache that holds data that outlives the JVM's process
UserManagedCache<K,V> Represents a Cache that is not managed by a CacheManager, as such that needs to have UserManagedCache.close() invoked in order to release all its resources.
 

Enum Summary
Status  
 

Package org.ehcache Description

Main Ehcache API package