Interface CacheRegistryConfiguration<K,V>
-
public interface CacheRegistryConfiguration<K,V>Configuration for aCacheRegistryFactory.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch>getBatcher()org.infinispan.Cache<org.infinispan.remoting.transport.Address,Map.Entry<K,V>>getCache()Group<org.infinispan.remoting.transport.Address>getGroup()
-