Uses of Interface
javax.cache.processor.EntryProcessor
-
Packages that use EntryProcessor Package Description javax.cache This package contains the API for JCache. -
-
Uses of EntryProcessor in javax.cache
Methods in javax.cache with parameters of type EntryProcessor Modifier and Type Method Description <T> TCache. invoke(K key, EntryProcessor<K,V,T> entryProcessor, java.lang.Object... arguments)Invokes anEntryProcessoragainst theCache.Entryspecified by the provided key.<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 anEntryProcessoragainst the set ofCache.Entrys specified by the set of keys.
-