Uses of Interface
org.cache2k.io.AdvancedCacheLoader
-
Packages that use AdvancedCacheLoader 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 AdvancedCacheLoader in org.cache2k
Methods in org.cache2k with parameters of type AdvancedCacheLoader Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. loader(AdvancedCacheLoader<K,V> l)
Enables read through operation and sets a cache loader. -
Uses of AdvancedCacheLoader in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type AdvancedCacheLoader Modifier and Type Method Description @Nullable CustomizationSupplier<? extends AdvancedCacheLoader<K,V>>
Cache2kConfig. getAdvancedLoader()
Method parameters in org.cache2k.config with type arguments of type AdvancedCacheLoader Modifier and Type Method Description void
Cache2kConfig. setAdvancedLoader(@Nullable CustomizationSupplier<? extends AdvancedCacheLoader<K,V>> v)
-