Uses of Interface
com.github.benmanes.caffeine.jcache.copy.Copier
Packages that use Copier
Package
Description
-
Uses of Copier in com.github.benmanes.caffeine.jcache.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type CopierMethod parameters in com.github.benmanes.caffeine.jcache.configuration with type arguments of type CopierModifier and TypeMethodDescriptionCaffeineConfiguration.setCopierFactory(Factory<Copier> factory) -
Uses of Copier in com.github.benmanes.caffeine.jcache.copy
Classes in com.github.benmanes.caffeine.jcache.copy that implement CopierModifier and TypeClassDescriptionclassA skeleton implementation where subclasses provide the serialization strategy.classA strategy that uses Java serialization if a fast path approach is not applicable.Methods in com.github.benmanes.caffeine.jcache.copy that return Copier