Interface | Description |
---|---|
MutableEntry<K,V> |
A mutable representation of a
Cache.Entry . |
Class | 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 . |
Exception | Description |
---|---|
EntryProcessorException |
An exception to indicate a problem has occurred executing an
EntryProcessor . |
SecurityException
must be thrown.Copyright © 2013. All Rights Reserved.