ehcache

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

Packages that use ElementSubstituteFactory
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 ElementSubstituteFactory in net.sf.ehcache.store.compound
 

Methods in net.sf.ehcache.store.compound that return ElementSubstituteFactory
 ElementSubstituteFactory<ElementSubstitute> ElementSubstitute.getFactory()
          Returns the ElementSubstituteFactory instance that generated this ElementProxy
 

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

Classes in net.sf.ehcache.store.compound.factories that implement ElementSubstituteFactory
 class DiskOverflowStorageFactory
          A factory that stores elements on disk in their serialized form.
 class DiskPersistentStorageFactory
          This will be the disk-persistent element substitute factory
 


ehcache

true