Class CacheServiceProviderRegistry<T>

java.lang.Object
org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistry<T>
Type Parameters:
T - the service identifier type
All Implemented Interfaces:
AutoCloseable, ServiceProviderRegistry<T>, Registrar<T>, AutoCloseableServiceProviderRegistry<T>

public class CacheServiceProviderRegistry<T> extends Object implements AutoCloseableServiceProviderRegistry<T>
Infinispan Cache based ServiceProviderRegistry. This factory can create multiple ServiceProviderRegistration instance, all of which share the same Cache instance.
Author:
Paul Ferraro