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
CacheConfigurationChangeListener  
CacheManager A CacheManager that manages Cache as well as associated Service
InternalRuntimeConfiguration  
Jsr107Cache<K,V>  
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.
 

Class Summary
CacheConfigurationChangeEvent  
CacheManagerBuilder<T extends CacheManager>  
Ehcache<K,V>  
EhcacheHackAccessor EhcacheHackAccessor
EhcacheManager  
PersistentUserManagedEhcache<K,V> PersistentUserManagedEhcache
UserManagedCacheBuilder<K,V,T extends UserManagedCache<K,V>>  
 

Enum Summary
CacheConfigurationProperty  
InternalStatus  
Status  
 

Package org.ehcache Description

Main Ehcache API package