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
Fields in com.github.benmanes.caffeine.jcache declared as Copier -
Uses of Copier in com.github.benmanes.caffeine.jcache.configuration
Fields in com.github.benmanes.caffeine.jcache.configuration with type parameters of type CopierModifier and TypeFieldDescriptionprivate javax.cache.configuration.Factory
<Copier> CaffeineConfiguration.copierFactory
private static final javax.cache.configuration.Factory
<Copier> CaffeineConfiguration.JAVA_COPIER
Methods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type CopierModifier and TypeMethodDescriptionjavax.cache.configuration.Factory
<Copier> CaffeineConfiguration.getCopierFactory()
Returns theFactory
for theCopier
to be used for the cache.Method parameters in com.github.benmanes.caffeine.jcache.configuration with type arguments of type CopierModifier and TypeMethodDescriptionvoid
CaffeineConfiguration.setCopierFactory
(javax.cache.configuration.Factory<Copier> factory) Set theFactory
for theCopier
. -
Uses of Copier in com.github.benmanes.caffeine.jcache.copy
Classes in com.github.benmanes.caffeine.jcache.copy that implement CopierModifier and TypeClassDescriptionclass
A skeleton implementation where subclasses provide the serialization strategy.(package private) enum
class
A strategy that uses Java serialization if a fast path approach is not applicable.Methods in com.github.benmanes.caffeine.jcache.copy that return Copier