Interface CacheRegistryConfiguration<K,​V>


  • public interface CacheRegistryConfiguration<K,​V>
    Configuration for a CacheRegistryFactory.
    Author:
    Paul Ferraro
    • Method Detail

      • getBatcher

        org.wildfly.clustering.ee.Batcher<? extends org.wildfly.clustering.ee.Batch> getBatcher()
      • getGroup

        Group<org.infinispan.remoting.transport.Address> getGroup()
      • getCache

        org.infinispan.Cache<org.infinispan.remoting.transport.Address,​Map.Entry<K,​V>> getCache()