ehcache

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

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

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

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

Uses of IdentityElementSubstituteFactory in net.sf.ehcache.store.compound.factories
 

Classes in net.sf.ehcache.store.compound.factories that implement IdentityElementSubstituteFactory
 class CapacityLimitedInMemoryFactory
          An implementation of a capacity limited in-memory factory.
 class InMemoryFactory
          A simple unlimited capacity in-memory proxy factory.
 


ehcache

true