Interface KeyRegistry<K>

Type Parameters:
K - the cache key type
All Known Implementing Classes:
ConsistentHashKeyRegistry

public interface KeyRegistry<K>
A registry of keys with affinity to a given address.
Author:
Paul Ferraro