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
ReadWriteCopyStrategy<T>  
 

Class Summary
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
 

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

Copyright 2001-2014, Terracotta, Inc.