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