ehcache

Uses of Package
net.sf.ehcache.store.compound

Packages that use net.sf.ehcache.store.compound
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.store.compound This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. 
net.sf.ehcache.store.compound.factories This package contains the concrete element substitute factory implementations. 
net.sf.ehcache.store.compound.impl This package contains the various element proxy factory implementations. 
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.config
CopyStrategy
           
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.store.compound
CopyStrategy
           
ElementSubstitute
          ElementProxy instances are generated by ElementSubstituteFactory instances and are used to indirectly store Element instances.
ElementSubstituteFactory
          ElementSubstituteFactory is implemented by all true substituting factories.
ElementSubstituteFilter
          Filter on Elements or ElementSubstitutes.
HashEntry
          Internal entry structure used by the Segment class.
IdentityElementSubstituteFactory
          IdentityElementProxyFactory is implemented by all non-proxying factories.
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.store.compound.factories
CompoundStore
          The store used by default in Ehcache version 2.
ElementSubstitute
          ElementProxy instances are generated by ElementSubstituteFactory instances and are used to indirectly store Element instances.
ElementSubstituteFactory
          ElementSubstituteFactory is implemented by all true substituting factories.
IdentityElementSubstituteFactory
          IdentityElementProxyFactory is implemented by all non-proxying factories.
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.store.compound.impl
CompoundStore
          The store used by default in Ehcache version 2.
 


ehcache

true