Uses of Interface
org.cache2k.io.AsyncCacheLoader
-
Packages that use AsyncCacheLoader 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 AsyncCacheLoader in org.cache2k
Methods in org.cache2k with parameters of type AsyncCacheLoader Modifier and Type Method Description Cache2kBuilder<K,V>
Cache2kBuilder. loader(AsyncCacheLoader<K,V> l)
Enables read through operation and sets a cache loader. -
Uses of AsyncCacheLoader in org.cache2k.config
Methods in org.cache2k.config that return types with arguments of type AsyncCacheLoader Modifier and Type Method Description @Nullable CustomizationSupplier<? extends AsyncCacheLoader<K,V>>
Cache2kConfig. getAsyncLoader()
Method parameters in org.cache2k.config with type arguments of type AsyncCacheLoader Modifier and Type Method Description void
Cache2kConfig. setAsyncLoader(@Nullable CustomizationSupplier<? extends AsyncCacheLoader<K,V>> v)
-
Uses of AsyncCacheLoader in org.cache2k.io
Subinterfaces of AsyncCacheLoader in org.cache2k.io Modifier and Type Interface Description interface
AsyncBulkCacheLoader<K,V>
Extension ofAsyncCacheLoader
with bulk load capabilities.
-