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. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

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

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.store.compound
CopyStrategy
          Deprecated. replaced by ReadWriteCopyStrategy
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.
ReadWriteCopyStrategy
           
 

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.
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.transaction
ReadWriteCopyStrategy
           
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.transaction.local
ReadWriteCopyStrategy
           
 

Classes in net.sf.ehcache.store.compound used by net.sf.ehcache.transaction.xa
ReadWriteCopyStrategy
           
 


ehcache

true