ehcache

Uses of Package
net.sf.ehcache.store

Packages that use net.sf.ehcache.store
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.store Store package. 
 

Classes in net.sf.ehcache.store used by net.sf.ehcache
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
Policy
          An eviction policy.
Store
          This is the interface for all stores.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.config
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.management.provider
StoreFactory
          Factory for creating Store implementations
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.management.sampled
StoreFactory
          Factory for creating Store implementations
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store
AbstractPolicy
          A base policy class
MemoryStore
          A Store implementation suitable for fast, concurrent in memory stores.
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
Policy
          An eviction policy.
Store
          This is the interface for all stores.
 


ehcache

true