Package org.ehcache.core.spi.cache

Interface Summary
CacheProvider  
ConfigurationChangeSupport The interface to listen to change in configuration at runtime
InternalCacheManager The Service-facing version of a CacheManager.
Store<K,V> The Store interface represents the backing storage of a Cache.
Store.Configuration<K,V> The basic configuration for a Store.
Store.Iterator<T> An iterator over a Store.
Store.Provider The Service used to create Stores.
Store.ValueHolder<V> Holds both a value, and all the metadata associated with a mapping in a Store.
 

Class Summary
AbstractValueHolder<V>  
 

Enum Summary
Store.PutStatus Put operation status
Store.RemoveStatus Conditional Remove operation status
Store.ReplaceStatus Conditional Replace operation status