Package org.ehcache.impl.copy


package org.ehcache.impl.copy
Package for bundled implementation of copiers.
  • Classes
    Class
    Description
    Copier implementation that simply returns the value passed in, doing in fact no copy at all.
    A helper Copier implementation 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" using serialization.