public interface AsyncCacheLoader<K,V>
Modifier and Type | Interface and Description |
---|---|
static interface |
AsyncCacheLoader.Callback<V>
Callback for async cache load.
|
Modifier and Type | Method and Description |
---|---|
void |
get(K key,
V value,
CacheEntry<K,V> entry,
AsyncCacheLoader.Callback<V> callback,
Executor ex) |
void get(K key, V value, CacheEntry<K,V> entry, AsyncCacheLoader.Callback<V> callback, Executor ex)
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.