| 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 invokable 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 has occurred executing an
EntryProcessor. |
| Class and Description |
|---|
| EntryProcessorException
An exception to indicate a problem has occurred executing an
EntryProcessor. |
| MutableEntry
A mutable representation of a
Cache.Entry. |
Copyright © 2013. All Rights Reserved.