Interface NearCache<K,V>
-
- All Superinterfaces:
Iterable<org.infinispan.api.common.CacheEntry<K,V>>
- All Known Implementing Classes:
NearCacheService
public interface NearCache<K,V> extends Iterable<org.infinispan.api.common.CacheEntry<K,V>>
Near cache contract.- Since:
- 14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()org.infinispan.api.common.CacheEntry<K,V>get(K key)voidput(org.infinispan.api.common.CacheEntry<K,V> entry)voidputIfAbsent(org.infinispan.api.common.CacheEntry<K,V> entry)booleanremove(K key)intsize()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-