Interface BiCacheEntryLocator<I,K,V>

Type Parameters:
I - the identifier type of the cache key
K - the key type of the located entry
V - the value type of the located entry
All Superinterfaces:
CacheEntryLocator<I,Map.Entry<K,V>>

public interface BiCacheEntryLocator<I,K,V> extends CacheEntryLocator<I,Map.Entry<K,V>>
Locates a pair of entries from a cache.
Author:
Paul Ferraro