ehcache

net.sf.ehcache.store.compound
Interface CopyStrategy

All Known Implementing Classes:
SerializationCopyStrategy

public interface CopyStrategy

Author:
Alex Snaps

Method Summary
<T> T
copy(T value)
          Deep copies some object and returns the copy
 

Method Detail

copy

<T> T copy(T value)
Deep copies some object and returns the copy

Type Parameters:
T - type
Parameters:
value - the value to copy
Returns:
the copy

ehcache

true