Package javax.cache.processor
package javax.cache.processor
This package contains the API for Entry Processors.
Implementations may optionally enforce security restrictions. In case of a
violation, a SecurityException must be thrown.
- Since:
- 1.0
-
ClassDescriptionEntryProcessor<K,
V, T> An invocable function that allows applications to perform compound operations on aCache.Entryatomically, according to the defined consistency of aCache.An exception to indicate a problem occurred attempting to execute anEntryProcessoragainst an entry.A mechanism to represent and obtain the result of processing aCacheentry using anEntryProcessor.MutableEntry<K,V> A mutable representation of aCache.Entry.