Package org.ehcache
Main Ehcache API, including
cache managers and
caches.-
Interface Summary Interface Description Cache<K,V> Defines all operational methods to create, access, update and delete mappings of key to value.Cache.Entry<K,V> A mapping of key to value held in aCache.CacheManager PersistentCacheManager ACacheManagerthat knows how to lifecycle caches that can outlive the JVM.PersistentUserManagedCache<K,V> AUserManagedCachethat holds data that can outlive the JVM.UserManagedCache<K,V> Represents aCachethat is not managed by aCacheManager.ValueSupplier<V> Deprecated. Now usingSupplierforExpiryPolicy -
Enum Summary Enum Description Status Enumeration ofCacheManagerandUserManagedCachestatuses. -
Exception Summary Exception Description CacheIterationException Indicates an unrecoverable failure occurred during iteration.CachePersistenceException Thrown when failures occur during operations onPersistentCacheManager.StateTransitionException Indicates that a state transition failed.