Uses of Interface
org.cache2k.io.CacheWriter
-
Packages that use CacheWriter Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache.org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of CacheWriter in org.cache2k
Methods in org.cache2k with parameters of type CacheWriter Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. writer(CacheWriter<K,V> w)
Enables write through operation and sets a writer customization that gets called synchronously upon cache mutations. -
Uses of CacheWriter in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type CacheWriter Modifier and Type Method Description @Nullable CustomizationSupplier<? extends CacheWriter<K,V>>
Cache2kConfig. getWriter()
Method parameters in org.cache2k.config with type arguments of type CacheWriter Modifier and Type Method Description void
Cache2kConfig. setWriter(@Nullable CustomizationSupplier<? extends CacheWriter<K,V>> v)
-