Package | Description |
---|---|
org.cache2k |
Modifier and Type | Method and Description |
---|---|
<R> R |
Cache.invoke(K key,
EntryProcessor<K,V,R> entryProcessor)
Invoke a user defined function on a cache entry.
|
<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. |
cache2k API documentation. Copyright © 2000–2016 headissue GmbH, Munich.