ehcache

net.sf.ehcache.store.compound
Interface CopyStrategy

All Superinterfaces:
Serializable

Deprecated. replaced by ReadWriteCopyStrategy

@Deprecated
public interface CopyStrategy
extends Serializable

Author:
Alex Snaps

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

Method Detail

copy

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

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

ehcache

Copyright 2001-2014, Terracotta, Inc.