Interface EntryView.ReadWriteEntryView<K,V>
- All Superinterfaces:
EntryView.ReadEntryView<K,V>, EntryView.WriteEntryView<K, V>, MetaParam.Lookup
- All Known Subinterfaces:
EntryViews.AccessLoggingReadWriteView<K,V>
- All Known Implementing Classes:
EntryViews.ReadWriteSnapshotView
- Enclosing class:
EntryView
@Experimental
public static interface EntryView.ReadWriteEntryView<K,V>
extends EntryView.ReadEntryView<K,V>, EntryView.WriteEntryView<K,V>
Expose information about a cache entry potentially associated with a key
in the functional map, and allows that cache entry to be written with
new value and/or new metadata parameters.
- Since:
- 8.0
-
Method Summary
Methods inherited from interface EntryView.ReadEntryView
find, get, key, peekMethods inherited from interface EntryView.WriteEntryView
key, remove, set, setMethods inherited from interface MetaParam.Lookup
findMetaParam