Uses of Interface
javax.cache.processor.EntryProcessorResult
-
Packages that use EntryProcessorResult Package Description javax.cache This package contains the API for JCache. -
-
Uses of EntryProcessorResult in javax.cache
Methods in javax.cache that return types with arguments of type EntryProcessorResult Modifier and Type Method Description <T> java.util.Map<K,EntryProcessorResult<T>>
Cache. invokeAll(java.util.Set<? extends K> keys, EntryProcessor<K,V,T> entryProcessor, java.lang.Object... arguments)
Invokes anEntryProcessor
against the set ofCache.Entry
s specified by the set of keys.
-