Interface NearCache<K,V>
- All Superinterfaces:
Iterable<Map.Entry<K,
MetadataValue<V>>>
- All Known Implementing Classes:
NearCacheService
Near cache contract.
- Since:
- 7.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
putIfAbsent
(K key, MetadataValue<V> value) boolean
boolean
remove
(K key, MetadataValue<V> value) boolean
replace
(K key, MetadataValue<V> prevValue, MetadataValue<V> newValue) int
size()
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
putIfAbsent
-
replace
-
remove
-
remove
-
get
-
clear
void clear() -
size
int size()
-