Uses of Interface
org.cache2k.io.AsyncCacheLoader.Context
-
Packages that use AsyncCacheLoader.Context Package Description org.cache2k.io Loader and writer to integrate with external data sources. -
-
Uses of AsyncCacheLoader.Context in org.cache2k.io
Methods in org.cache2k.io that return types with arguments of type AsyncCacheLoader.Context Modifier and Type Method Description Map<K,AsyncCacheLoader.Context<K,V>>
AsyncBulkCacheLoader.BulkLoadContext. getContextMap()
Individual load context for each key.Methods in org.cache2k.io with parameters of type AsyncCacheLoader.Context Modifier and Type Method Description default void
AsyncBulkCacheLoader. load(K key, AsyncCacheLoader.Context<K,V> context, AsyncCacheLoader.Callback<V> callback)
void
AsyncCacheLoader. load(K key, AsyncCacheLoader.Context<K,V> context, AsyncCacheLoader.Callback<V> callback)
Starts an asynchronous load operation.
-