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.copierFactoryprivate static final javax.cache.configuration.Factory<Copier> CaffeineConfiguration.JAVA_COPIERMethods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type CopierModifier and TypeMethodDescriptionjavax.cache.configuration.Factory<Copier> CaffeineConfiguration.getCopierFactory()Returns theFactoryfor theCopierto be used for the cache.Method parameters in com.github.benmanes.caffeine.jcache.configuration with type arguments of type CopierModifier and TypeMethodDescriptionvoidCaffeineConfiguration.setCopierFactory(javax.cache.configuration.Factory<Copier> factory) Set theFactoryfor theCopier. -
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.(package private) enumclassA strategy that uses Java serialization if a fast path approach is not applicable.Methods in com.github.benmanes.caffeine.jcache.copy that return Copier