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, Function<RegistryListener<K,V>,ExecutorService>, Registrar<RegistryListener<K,V>>, Registry<K,V>, org.wildfly.common.function.ExceptionRunnable<org.infinispan.commons.CacheException>

public class CacheRegistry<K,V> extends Object implements Registry<K,V>, org.wildfly.common.function.ExceptionRunnable<org.infinispan.commons.CacheException>, Function<RegistryListener<K,V>,ExecutorService>
Clustered Registry backed by an Infinispan cache.
Author:
Paul Ferraro