ehcache

Package 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.

See:
          Description

Interface Summary
CopyStrategy  
ElementSubstitute ElementProxy instances are generated by ElementSubstituteFactory instances and are used to indirectly store Element instances.
ElementSubstituteFactory<T extends ElementSubstitute> ElementSubstituteFactory is implemented by all true substituting factories.
ElementSubstituteFilter<T> Filter on Elements or ElementSubstitutes.
IdentityElementSubstituteFactory IdentityElementProxyFactory is implemented by all non-proxying factories.
 

Class Summary
CompoundStore The store used by default in Ehcache version 2.
HashEntry Internal entry structure used by the Segment class.
ImmutableValueElementCopyStrategy  
SerializationCopyStrategy A copy strategy that uses Serialization to copy the object graph
 

Package net.sf.ehcache.store.compound Description

This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache.


ehcache

true