Uses of Package
javax.cache.processor
-
Packages that use javax.cache.processor Package Description javax.cache This package contains the API for JCache.javax.cache.processor This package contains the API for Entry Processors. -
Classes in javax.cache.processor used by javax.cache Class Description EntryProcessor An invocable function that allows applications to perform compound operations on aCache.Entry
atomically, according to the defined consistency of aCache
.EntryProcessorException An exception to indicate a problem occurred attempting to execute anEntryProcessor
against an entry.EntryProcessorResult A mechanism to represent and obtain the result of processing aCache
entry using anEntryProcessor
. -
Classes in javax.cache.processor used by javax.cache.processor Class Description EntryProcessorException An exception to indicate a problem occurred attempting to execute anEntryProcessor
against an entry.MutableEntry A mutable representation of aCache.Entry
.