@Experimental public final class EntryView extends Object
EntryView.ReadEntryView
: read-only entry viewEntryView.WriteEntryView
: write-only entry viewEntryView.ReadWriteEntryView
: read-write entry viewModifier and Type | Class and 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.
|
static interface |
EntryView.WriteEntryView<K,V>
Expose a write-only facade for a cache entry potentially associated with a key
in the functional map which allows the cache entry to be written with
new value and/or new metadata parameters.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.