| Package | Description |
|---|---|
| org.cache2k |
API package for cache2k Java caching library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingCache.loadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
void |
Cache.loadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener)
Asynchronously loads the given set of keys into the cache.
|
void |
AbstractCache.loadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
void |
ForwardingCache.prefetchAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
void |
Cache.prefetchAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener)
Notifies the cache about the intention to retrieve the value for this key in the
near future.
|
void |
AdvancedKeyValueSource.prefetchAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener)
Notify the cache about the intention to retrieve the value for the keys in the
near future.
|
void |
AbstractCache.prefetchAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
void |
ForwardingCache.reloadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
void |
Cache.reloadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener)
Asynchronously loads the given set of keys into the cache.
|
void |
AbstractCache.reloadAll(Iterable<? extends K> keys,
CacheOperationCompletionListener listener) |
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.