Interface EntryView.ReadWriteEntryView<K,V>

All Superinterfaces:
EntryView.ReadEntryView<K,V>, EntryView.WriteEntryView<K,V>, MetaParam.Lookup
All Known Subinterfaces:
EntryViews.AccessLoggingReadWriteView<K,V>
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