Uses of Interface
org.infinispan.hotrod.configuration.NearCache
Packages that use NearCache
Package
Description
Hot Rod client configuration API.
-
Uses of NearCache in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return NearCacheModifier and TypeMethodDescription<K,V> NearCache <K, V> NearCacheFactory.createNearCache(NearCacheConfiguration config, Consumer<org.infinispan.api.common.CacheEntry<K, V>> removedConsumer) -
Uses of NearCache in org.infinispan.hotrod.near
Classes in org.infinispan.hotrod.near that implement NearCacheModifier and TypeClassDescriptionclassNearCacheService<K,V> Near cache service, manages the lifecycle of the near cache.Methods in org.infinispan.hotrod.near that return NearCacheModifier and TypeMethodDescription<K,V> NearCache <K, V> DefaultNearCacheFactory.createNearCache(NearCacheConfiguration config, Consumer<org.infinispan.api.common.CacheEntry<K, V>> removedConsumer) NearCacheService.createNearCache(NearCacheConfiguration config, Consumer<org.infinispan.api.common.CacheEntry<K, V>> removedConsumer)