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.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.store Store package. 
 

Classes in net.sf.ehcache.store used by net.sf.ehcache
MemoryStore
          An abstract class for the Memory Stores.
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
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.constructs.blocking
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
 

Classes in net.sf.ehcache.store used by net.sf.ehcache.store
LfuPolicy.Metadata
          A type representing relevant metadata from an element, used by LfuPolicy for its operations.
MemoryStore
          An abstract class for the Memory Stores.
MemoryStoreEvictionPolicy
          A typesafe enumeration of eviction policies.
Store
          This is the interface for all stores.
 


ehcache