Package net.sf.ehcache.store.compound
Interface CopyStrategy
-
- All Superinterfaces:
java.io.Serializable
@Deprecated public interface CopyStrategy extends java.io.SerializableDeprecated.replaced byReadWriteCopyStrategy- Author:
- Alex Snaps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> Tcopy(T value)Deprecated.Deep copies some object and returns the copy
-