Uses of Interface
org.infinispan.client.hotrod.near.NearCache
Packages that use NearCache
-
Uses of NearCache in org.infinispan.client.hotrod.near
Classes in org.infinispan.client.hotrod.near that implement NearCacheModifier and TypeClassDescriptionclass
NearCacheService<K,
V> Near cache service, manages the lifecycle of the near cache.Methods in org.infinispan.client.hotrod.near that return NearCacheModifier and TypeMethodDescription<K,
V> NearCache<K, V> DefaultNearCacheFactory.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer) <K,
V> NearCache<K, V> NearCacheFactory.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer) NearCacheService.createNearCache
(NearCacheConfiguration config, BiConsumer<K, MetadataValue<V>> removedConsumer)