Uses of Interface
javax.cache.integration.CacheWriter
Packages that use CacheWriter
Package
Description
This package contains configuration classes and interfaces.
-
Uses of CacheWriter in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheWriterModifier and TypeFieldDescriptionprotected Factory
<CacheWriter<? super K, ? super V>> MutableConfiguration.cacheWriterFactory
TheFactory
for theCacheWriter
.Methods in javax.cache.configuration that return types with arguments of type CacheWriterModifier and TypeMethodDescriptionFactory
<CacheWriter<? super K, ? super V>> CompleteConfiguration.getCacheWriterFactory()
Gets theFactory
for theCacheWriter
, if any.Factory
<CacheWriter<? super K, ? super V>> MutableConfiguration.getCacheWriterFactory()
Gets theFactory
for theCacheWriter
, if any.Method parameters in javax.cache.configuration with type arguments of type CacheWriterModifier and TypeMethodDescriptionMutableConfiguration.setCacheWriterFactory
(Factory<? extends CacheWriter<? super K, ? super V>> factory) Set theCacheWriter
factory.