Package com.github.benmanes.caffeine.jcache.copy
-
Interface Summary Interface Description Copier An object is copied when the cache is configured with storeByValue to guard against mutations of the key or value. -
Class Summary Class Description AbstractCopier<A> A skeleton implementation where subclasses provide the serialization strategy.JavaSerializationCopier A strategy that uses Java serialization if a fast path approach is not applicable.JavaSerializationCopier.ClassLoaderAwareObjectInputStream An ObjectInputStream that instantiates using the supplied classloader. -
Enum Summary Enum Description IdentityCopier