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,
org.cache2k.CacheEntry<K,V> entry,
AsyncCacheLoader.Callback<V> callback,
Executor ex) |
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.