Package net.sf.ehcache.store.compound
Interface ReadWriteCopyStrategy<T>
-
- Type Parameters:
T- type
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ImmutableValueElementCopyStrategy,LegacyCopyStrategyAdapter,NullReadWriteCopyStrategy,ReadWriteSerializationCopyStrategy,SerializationCopyStrategy
public interface ReadWriteCopyStrategy<T> extends java.io.Serializable- Since:
- 2.4.0
- Author:
- Ludovic Orban
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcopyForRead(T storedValue, java.lang.ClassLoader loader)Reconstruct an object from its storage-ready copy.TcopyForWrite(T value, java.lang.ClassLoader loader)Deep copies some object and returns an internal storage-ready copy
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-