Uses of Interface
org.cache2k.integration.AsyncCacheLoader.Context
-
Packages that use AsyncCacheLoader.Context Package Description org.cache2k.integration Loader and writer to integrate with external data sources. -
-
Uses of AsyncCacheLoader.Context in org.cache2k.integration
Methods in org.cache2k.integration with parameters of type AsyncCacheLoader.Context Modifier and Type Method Description void
AsyncCacheLoader. load(K key, AsyncCacheLoader.Context<K,V> context, AsyncCacheLoader.Callback<V> callback)
Deprecated.Starts an asynchronous load operation.
-