Uses of Interface
org.cache2k.io.CacheLoader
-
Packages that use CacheLoader 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 CacheLoader in org.cache2k
Methods in org.cache2k with parameters of type CacheLoader Modifier and Type Method Description Cache2kBuilder<K,V>Cache2kBuilder. loader(CacheLoader<K,V> l)Enables read through operation and sets a cache loader.Cache2kBuilder<K,V>Cache2kBuilder. wrappingLoader(CacheLoader<K,LoadDetail<V>> l)Enables read through operation and sets a cache loader -
Uses of CacheLoader in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type CacheLoader Modifier and Type Method Description @Nullable CustomizationSupplier<? extends CacheLoader<K,V>>Cache2kConfig. getLoader()Method parameters in org.cache2k.config with type arguments of type CacheLoader Modifier and Type Method Description voidCache2kConfig. setLoader(@Nullable CustomizationSupplier<? extends CacheLoader<K,V>> v) -
Uses of CacheLoader in org.cache2k.integration
Subinterfaces of CacheLoader in org.cache2k.integration Modifier and Type Interface Description interfaceFunctionalCacheLoader<K,V>Deprecated.Replaced withCacheLoader, to be removed in version 2.2Classes in org.cache2k.integration that implement CacheLoader Modifier and Type Class Description classCacheLoader<K,V>Deprecated.Replaced withCacheLoader, to be removed in version 2.2
-