Uses of Interface
javax.cache.integration.CacheWriter
-
Packages that use CacheWriter Package Description javax.cache.configuration This package contains configuration classes and interfaces. -
-
Uses of CacheWriter in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheWriter Modifier and Type Field Description protected Factory<CacheWriter<? super K,? super V>>MutableConfiguration. cacheWriterFactoryTheFactoryfor theCacheWriter.Methods in javax.cache.configuration that return types with arguments of type CacheWriter Modifier and Type Method Description Factory<CacheWriter<? super K,? super V>>CompleteConfiguration. getCacheWriterFactory()Gets theFactoryfor theCacheWriter, if any.Factory<CacheWriter<? super K,? super V>>MutableConfiguration. getCacheWriterFactory()Gets theFactoryfor theCacheWriter, if any.Method parameters in javax.cache.configuration with type arguments of type CacheWriter Modifier and Type Method Description MutableConfiguration<K,V>MutableConfiguration. setCacheWriterFactory(Factory<? extends CacheWriter<? super K,? super V>> factory)Set theCacheWriterfactory.
-