public interface NearCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
MetadataValue<V> |
get(K key) |
void |
put(K key,
MetadataValue<V> value) |
void |
putIfAbsent(K key,
MetadataValue<V> value) |
boolean |
remove(K key) |
int |
size() |
void put(K key, MetadataValue<V> value)
void putIfAbsent(K key, MetadataValue<V> value)
boolean remove(K key)
MetadataValue<V> get(K key)
void clear()
int size()
Copyright © 2022 JBoss by Red Hat. All rights reserved.