ehcache

Uses of Interface
net.sf.ehcache.store.compound.CopyStrategy

Packages that use CopyStrategy
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. 
 

Uses of CopyStrategy in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return CopyStrategy
 CopyStrategy CacheConfiguration.getCopyStrategy()
          Getter to the CopyStrategy set in the config (really? how?).
 CopyStrategy CopyStrategyConfiguration.getCopyStrategyInstance()
          Get (and potentially) instantiate the instance
 

Uses of CopyStrategy in net.sf.ehcache.store.compound
 

Classes in net.sf.ehcache.store.compound that implement CopyStrategy
 class ImmutableValueElementCopyStrategy
           
 class SerializationCopyStrategy
          A copy strategy that uses Serialization to copy the object graph
 

Constructors in net.sf.ehcache.store.compound with parameters of type CopyStrategy
CompoundStore(net.sf.ehcache.store.compound.InternalElementSubstituteFactory<?> primary, boolean copyOnRead, boolean copyOnWrite, CopyStrategy copyStrategy)
          Create a CompoundStore using the supplied factory as the primary factory.
CompoundStore(net.sf.ehcache.store.compound.InternalElementSubstituteFactory<?> primary, IdentityElementSubstituteFactory identity, boolean copyOnRead, boolean copyOnWrite, CopyStrategy copyStrategy)
          Create a CompoundStore using the supplied primary, and designated identity factory.
 


ehcache

true