Interface ImmutableSessionFactory<MV,AV>

Type Parameters:
MV - the session metadata value type
AV - the session attribute value type
All Superinterfaces:
BiCacheEntryLocator<String,MV,AV>, CacheEntryLocator<String,Map.Entry<MV,AV>>
All Known Subinterfaces:
SessionFactory<C,MV,AV,SC>
All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory, HotRodSessionFactory

public interface ImmutableSessionFactory<MV,AV> extends BiCacheEntryLocator<String,MV,AV>
Factory for creating an ImmutableSession.
Author:
Paul Ferraro