Interface CacheContainerRegistry<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
AutoCloseable, Registrar<RegistryListener<K,V>>, Registry<CacheContainerGroupMember, K, V>
- All Known Implementing Classes:
CacheRegistry
A registry associated with a cache container group.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface Registry
close, getEntries, getEntry
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Description copied from interface:RegistryReturns the group associated with this factory.- Specified by:
getGroupin interfaceRegistry<CacheContainerGroupMember, K, V>- Returns:
- a group
-