org.ehcache.impl.copy
Class IdentityCopier<T>

java.lang.Object
  extended by org.ehcache.impl.copy.ReadWriteCopier<T>
      extended by org.ehcache.impl.copy.IdentityCopier<T>
All Implemented Interfaces:
Copier<T>

public final class IdentityCopier<T>
extends ReadWriteCopier<T>


Constructor Summary
IdentityCopier()
           
 
Method Summary
 T copy(T obj)
           
 
Methods inherited from class org.ehcache.impl.copy.ReadWriteCopier
copyForRead, copyForWrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityCopier

public IdentityCopier()
Method Detail

copy

public T copy(T obj)
Specified by:
copy in class ReadWriteCopier<T>