ehcache

Uses of Class
net.sf.ehcache.store.compound.CompoundStore

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

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

Methods in net.sf.ehcache.store.compound.factories with parameters of type CompoundStore
 void InMemoryFactory.bind(CompoundStore store)
          Bind a store instance to this factory.
 void DiskPersistentStorageFactory.bind(CompoundStore store)
          Bind a store instance to this factory.
 void CapacityLimitedInMemoryFactory.bind(CompoundStore store)
          Bind a store instance to this factory.
 void InMemoryFactory.unbind(CompoundStore store)
          Unbinds a store instance from this factory
 void DiskPersistentStorageFactory.unbind(CompoundStore store)
          Unbinds a store instance from this factory
 void DiskOverflowStorageFactory.unbind(CompoundStore localStore)
          Unbinds a store instance from this factory
 void CapacityLimitedInMemoryFactory.unbind(CompoundStore store)
          Unbinds a store instance from this factory
 

Uses of CompoundStore in net.sf.ehcache.store.compound.impl
 

Subclasses of CompoundStore in net.sf.ehcache.store.compound.impl
 class DiskPersistentStore
          Implements a persistent-to-disk store.
 class MemoryOnlyStore
          Implements a memory only store.
 class OverflowToDiskStore
          Implements an overflow-to-disk store.
 


ehcache

true