Interface BiCacheEntryCreator<I,K,V,C>

Type Parameters:
I - the identifier type of the cache key
K - the key type of the created entry
V - the value type of the created entry
C - the context of the created entry
All Superinterfaces:
CacheEntryCreator<I,Map.Entry<K,V>,C>
All Known Subinterfaces:
SessionFactory<C,MV,AV,SC>, UserFactory<CV,C,T,SV,D,S>
All Known Implementing Classes:
CompositeSessionFactory, CompositeUserFactory, HotRodSessionFactory

public interface BiCacheEntryCreator<I,K,V,C> extends CacheEntryCreator<I,Map.Entry<K,V>,C>
Creates a pair of entries in a cache.
Author:
Paul Ferraro