Uses of Interface
com.github.benmanes.caffeine.jcache.copy.Copier
-
Packages that use Copier Package Description com.github.benmanes.caffeine.jcache com.github.benmanes.caffeine.jcache.configuration com.github.benmanes.caffeine.jcache.copy -
-
Uses of Copier in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache declared as Copier Modifier and Type Field Description (package private) CopierCacheProxy. copier -
Uses of Copier in com.github.benmanes.caffeine.jcache.configuration
Fields in com.github.benmanes.caffeine.jcache.configuration with type parameters of type Copier Modifier and Type Field Description private javax.cache.configuration.Factory<Copier>CaffeineConfiguration. copierFactoryprivate static javax.cache.configuration.Factory<Copier>CaffeineConfiguration. JAVA_COPIERMethods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type Copier Modifier and Type Method Description javax.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 Copier Modifier and Type Method Description voidCaffeineConfiguration. 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 Copier Modifier and Type Class Description classAbstractCopier<A>A skeleton implementation where subclasses provide the serialization strategy.(package private) classIdentityCopierclassJavaSerializationCopierA strategy that uses Java serialization if a fast path approach is not applicable.Methods in com.github.benmanes.caffeine.jcache.copy that return Copier Modifier and Type Method Description static CopierCopier. identity()
-