Interface CacheContainerRegistryFactory<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
org.wildfly.clustering.server.registry.RegistryFactory<CacheContainerGroupMember,K,V>

public interface CacheContainerRegistryFactory<K,V> extends org.wildfly.clustering.server.registry.RegistryFactory<CacheContainerGroupMember,K,V>
An embedded Infinispan registry factory.
Author:
Paul Ferraro