Uses of Interface
org.cache2k.processor.EntryProcessingResult
-
Packages that use EntryProcessingResult Package Description org.cache2k Main package for cache2k API containing functions to build and access a cache. -
-
Uses of EntryProcessingResult in org.cache2k
Methods in org.cache2k that return types with arguments of type EntryProcessingResult Modifier and Type Method Description <@Nullable R>
Map<K,EntryProcessingResult<R>>AbstractCache. invokeAll(Iterable<? extends K> keys, EntryProcessor<K,V,@Nullable R> entryProcessor)
<@Nullable R>
Map<K,EntryProcessingResult<R>>Cache. invokeAll(Iterable<? extends K> keys, EntryProcessor<K,V,@Nullable R> entryProcessor)
Invoke a user defined function on multiple cache entries specified by thekeys
parameter.<@Nullable R>
Map<K,EntryProcessingResult<R>>ForwardingCache. invokeAll(Iterable<? extends K> keys, EntryProcessor<K,V,@Nullable R> entryProcessor)
-