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 Deprecated. replaced by ReadWriteCopyStrategy
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.
ReadWriteCopyStrategy<T>  
 

Class Summary
CompoundStore The store used by default in Ehcache version 2.
HashEntry Internal entry structure used by the Segment class.
ImmutableValueElementCopyStrategy  
LegacyCopyStrategyAdapter ReadWriteCopyStrategy adaptor for a legacy CopyStrategy instance
NullReadWriteCopyStrategy No-op copy strategy
ReadWriteSerializationCopyStrategy A copy strategy that can use partial (if both copy on read and copy on write are set) or full Serialization to copy the object graph
SerializationCopyStrategy A copy strategy that uses full Serialization to copy the object graph
 

Exception Summary
StoreUpdateException Exception thrown by the Store when the writer fails.
 

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