Package org.infinispan.functional
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
-
Method Summary
Methods inherited from interface org.infinispan.functional.EntryView.ReadEntryView
find, get, key, peek
Methods inherited from interface org.infinispan.functional.EntryView.WriteEntryView
key, remove, set, set
Methods inherited from interface org.infinispan.functional.MetaParam.Lookup
findMetaParam