Interface ReadOnlyCacheEntryProcessor.ReadOnlyEntry<K,V>
- Type Parameters:
K- the type of the keyV- the type of the value
- All Superinterfaces:
CacheEntryProcessor.Entry<K,V>
- All Known Implementing Classes:
ReadOnlyEntry
- Enclosing interface:
ReadOnlyCacheEntryProcessor<K,V, R>
public static interface ReadOnlyCacheEntryProcessor.ReadOnlyEntry<K,V>
extends CacheEntryProcessor.Entry<K,V>
Readonly marker interface for entries processed by read-only processors.
Attempting to mutate will throw UnsupportedOperationException.
-
Method Summary