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.Entryatomically, according to the defined consistency of aCache.EntryProcessorException An exception to indicate a problem occurred attempting to execute anEntryProcessoragainst an entry.EntryProcessorResult A mechanism to represent and obtain the result of processing aCacheentry 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 anEntryProcessoragainst an entry.MutableEntry A mutable representation of aCache.Entry.