Uses of Interface
org.cache2k.integration.AsyncCacheLoader.Callback
-
Packages that use AsyncCacheLoader.Callback Package Description org.cache2k.integration Loader and writer to integrate with external data sources. -
-
Uses of AsyncCacheLoader.Callback in org.cache2k.integration
Methods in org.cache2k.integration with parameters of type AsyncCacheLoader.Callback 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.
-