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 TypeMethodDescriptionvoidclear()voidput(K key, MetadataValue<V> value) voidputIfAbsent(K key, MetadataValue<V> value) booleanintsize()Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
put
-
putIfAbsent
-
remove
-
get
-
clear
void clear() -
size
int size()
-