Package | Description |
---|---|
org.cache2k |
API package for cache2k Java caching library.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<K,EntryProcessingResult<R>> |
ForwardingCache.invokeAll(Iterable<? extends K> keys,
EntryProcessor<K,V,R> entryProcessor) |
<R> Map<K,EntryProcessingResult<R>> |
Cache.invokeAll(Iterable<? extends K> keys,
EntryProcessor<K,V,R> entryProcessor)
Invoke a user defined function on multiple cache entries specified by the
keys parameter. |
<R> Map<K,EntryProcessingResult<R>> |
AbstractCache.invokeAll(Iterable<? extends K> keys,
EntryProcessor<K,V,R> entryProcessor) |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.