| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| javax.cache.processor |
This package contains the API for Entry Processors.
|
| Class | Description |
|---|---|
| EntryProcessor |
An invocable function that allows applications to perform compound operations
on a
Cache.Entry atomically, according to 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 | 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 © 2017. All rights reserved.