Interface NearCacheFactory<K,V>
-
public interface NearCacheFactory<K,V>Factory for creating near cache services.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.infinispan.client.hotrod.near.NearCacheService<K,V>createService(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)Creates a near cache service using the specified notifier.
-