Uses of Interface
org.cache2k.processor.EntryProcessingResult
-
Packages that use EntryProcessingResult Package Description org.cache2k API package for cache2k Java caching library. -
-
Uses of EntryProcessingResult in org.cache2k
Methods in org.cache2k that return types with arguments of type EntryProcessingResult Modifier and Type Method Description <R> Map<K,EntryProcessingResult<R>>
AbstractCache. 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 thekeys
parameter.<R> Map<K,EntryProcessingResult<R>>
ForwardingCache. invokeAll(Iterable<? extends K> keys, EntryProcessor<K,V,R> entryProcessor)
-