Class NearCacheService<K,V>

java.lang.Object
org.infinispan.client.hotrod.near.NearCacheService<K,V>
All Implemented Interfaces:
Iterable<Map.Entry<K,MetadataValue<V>>>, NearCache<K,V>

public class NearCacheService<K,V> extends Object implements NearCache<K,V>
Near cache service, manages the lifecycle of the near cache.
Since:
7.1