Implementations may optionally enforce security restrictions. In case of a
violation, a SecurityException
must be thrown.
Interface | Description |
---|---|
EntryProcessor<K,V,T> |
An invocable function that allows applications to perform compound operations
on a
Cache.Entry atomically, according to the defined
consistency of a Cache . |
EntryProcessorResult<T> |
A mechanism to represent and obtain the result of processing
a
Cache entry using an EntryProcessor . |
MutableEntry<K,V> |
A mutable representation of a
Cache.Entry . |
Exception | Description |
---|---|
EntryProcessorException |
An exception to indicate a problem occurred attempting to execute an
EntryProcessor against an entry. |
Copyright © 2017. All rights reserved.