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.org.cache2k.integration Loader and writer to integrate with external data sources. -
-
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.Cache2kBuilder<K,V>
Cache2kBuilder. wrappingLoader(AdvancedCacheLoader<K,LoadDetail<V>> l)
Deprecated. -
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)
-
Uses of AdvancedCacheLoader in org.cache2k.integration
Classes in org.cache2k.integration that implement AdvancedCacheLoader Modifier and Type Class Description class
AdvancedCacheLoader<K,V>
Deprecated.Replaced withAdvancedCacheLoader
, to be removed in version 2.2
-