See: Description
| Interface | Description |
|---|---|
| EntryProcessingResult<R> |
Result tuple for
Cache.invokeAll(). |
| EntryProcessor<K,V,R> |
An invokable function to perform an atomic operation on a cache entry.
|
| MutableCacheEntry<K,V> |
A mutable entry is used inside the
EntryProcessor to perform
updates and retrieve information from a cache entry. |
| Exception | Description |
|---|---|
| EntryProcessingException |
Wrapped exception of an exception thrown during entry processing.
|
| RestartException |
Used by the entry processor to abort the processing to carry out
some, possibly asynchronous, processing.
|
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.