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.io 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. -
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 void
Cache2kConfig. setLoader(@Nullable CustomizationSupplier<? extends CacheLoader<K,V>> v)
-
Uses of CacheLoader in org.cache2k.io
Subinterfaces of CacheLoader in org.cache2k.io Modifier and Type Interface Description interface
BulkCacheLoader<K,V>
Extension to the cache load with bulk load capabilities.
-