Class CacheRegistry<K,V>

java.lang.Object
org.wildfly.clustering.server.infinispan.registry.CacheRegistry<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
AutoCloseable, CacheContainerRegistry<K,V>, Registrar<RegistryListener<K,V>>, Registry<CacheContainerGroupMember,K,V>

public class CacheRegistry<K,V> extends Object implements CacheContainerRegistry<K,V>
Clustered Registry backed by an Infinispan cache.
Author:
Paul Ferraro