Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.processor |
This package contains the API for Entry Processors.
|
Class and Description |
---|
EntryProcessor
An invocable function that allows applications to perform compound operations
on a
Cache.Entry atomically, according the defined
consistency of a Cache . |
EntryProcessorException
An exception to indicate a problem occurred attempting to execute an
EntryProcessor against an entry. |
EntryProcessorResult
A mechanism to represent and obtain the result of processing
a
Cache entry using an EntryProcessor . |
Class and Description |
---|
EntryProcessorException
An exception to indicate a problem occurred attempting to execute an
EntryProcessor against an entry. |
MutableEntry
A mutable representation of a
Cache.Entry . |
Copyright © 2014. All Rights Reserved.