Package com.github.benmanes.caffeine.jcache.copy
@NullMarked
@CheckReturnValue
package com.github.benmanes.caffeine.jcache.copy
-
ClassDescriptionA skeleton implementation where subclasses provide the serialization strategy.An object is copied when the cache is configured with
storeByValueto guard against mutations of the key or value.A strategy that uses Java serialization if a fast path approach is not applicable.An ObjectInputStream that instantiates using the supplied classloader.