| Interface | Description |
|---|---|
| EntryProcessor<K,V,T> |
An invokable function that allows applications to perform compound
operations on a
Cache.Entry atomically, according the
defined consistency of a Cache. |
| MutableEntry<K,V> |
A mutable representation of a
Cache.Entry. |
| Exception | Description |
|---|---|
| EntryProcessorException |
An exception to indicate a problem has occurred executing an
EntryProcessor. |
SecurityException must be thrown.Copyright © 2013. All Rights Reserved.