Uses of Interface
org.infinispan.hotrod.configuration.NearCache
-
Packages that use NearCache Package Description org.infinispan.hotrod.configuration Hot Rod client configuration API.org.infinispan.hotrod.near -
-
Uses of NearCache in org.infinispan.hotrod.configuration
Methods in org.infinispan.hotrod.configuration that return NearCache Modifier and Type Method Description <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 NearCache Modifier and Type Class Description classNearCacheService<K,V>Near cache service, manages the lifecycle of the near cache.Methods in org.infinispan.hotrod.near that return NearCache Modifier and Type Method Description <K,V>
NearCache<K,V>DefaultNearCacheFactory. createNearCache(NearCacheConfiguration config, Consumer<org.infinispan.api.common.CacheEntry<K,V>> removedConsumer)protected NearCache<K,V>NearCacheService. createNearCache(NearCacheConfiguration config, Consumer<org.infinispan.api.common.CacheEntry<K,V>> removedConsumer)
-