Interface NearCache<K,V>
- All Superinterfaces:
Iterable<org.infinispan.api.common.CacheEntry<K,V>>
- All Known Implementing Classes:
NearCacheService
Near cache contract.
- Since:
- 14.0
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
put
-
putIfAbsent
-
remove
-
get
-
clear
void clear() -
size
int size()
-