Interface CacheContainerRegistry<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
AutoCloseable, Registrar<RegistryListener<K,V>>, Registry<CacheContainerGroupMember,K,V>
All Known Implementing Classes:
CacheRegistry

public interface CacheContainerRegistry<K,V> extends Registry<CacheContainerGroupMember,K,V>
Author:
Paul Ferraro