Uses of Interface
javax.cache.processor.MutableEntry
-
Packages that use MutableEntry Package Description javax.cache.processor This package contains the API for Entry Processors. -
-
Uses of MutableEntry in javax.cache.processor
Methods in javax.cache.processor with parameters of type MutableEntry Modifier and Type Method Description T
EntryProcessor. process(MutableEntry<K,V> entry, java.lang.Object... arguments)
Process an entry.
-