Package org.ehcache.impl.copy
package org.ehcache.impl.copy
Package for bundled implementation of
copiers.-
ClassesClassDescription
Copierimplementation that simply returns the value passed in, doing in fact no copy at all.A helperCopierimplementation that can be extended directly if the copying operation is the same irrespective of the action performed (read or write).A helper copier implementation that performs the "copying" usingserialization.