Uses of Interface
javax.cache.processor.EntryProcessor
Packages that use EntryProcessor
-
Uses of EntryProcessor in javax.cache
Methods in javax.cache with parameters of type EntryProcessorModifier and TypeMethodDescription<T> T
Invokes anEntryProcessor
against theCache.Entry
specified by the provided key.<T> Map
<K, EntryProcessorResult<T>> Invokes anEntryProcessor
against the set ofCache.Entry
s specified by the set of keys.