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>>
All Known Subinterfaces:
ImmutableSessionFactory<MV,AV>, SessionFactory<C,MV,AV,SC>, UserFactory<CV,C,T,SV,D,S>
All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory, CompositeUserFactory, HotRodSessionFactory

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