Uses of Interface
org.infinispan.functional.MetaParam.Lookup
-
Packages that use MetaParam.Lookup Package Description org.infinispan.functional Functional API package -
-
Uses of MetaParam.Lookup in org.infinispan.functional
Subinterfaces of MetaParam.Lookup in org.infinispan.functional Modifier and Type Interface Description static interface
EntryView.ReadEntryView<K,V>
Expose read-only information about a cache entry potentially associated with a key in the functional map.static interface
EntryView.ReadWriteEntryView<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.
-