|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.store.compound.SerializationCopyStrategy
public class SerializationCopyStrategy
A copy strategy that uses Serialization to copy the object graph
Constructor Summary | |
---|---|
SerializationCopyStrategy()
|
Method Summary | ||
---|---|---|
|
copy(T value)
Deep copies some object and returns the copy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializationCopyStrategy()
Method Detail |
---|
public <T> T copy(T value)
CopyStrategy
copy
in interface CopyStrategy
T
- typevalue
- the value to copy
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |