Interface SessionFactory<SC,MV,AV,LC>

Type Parameters:
SC - the ServletContext specification type
MV - the meta-data value type
AV - the attributes value type
LC - the local context type
All Superinterfaces:
AutoCloseable, Creator<String,Map.Entry<MV,AV>,Duration>, ImmutableSessionFactory<MV,AV>, Locator<String,Map.Entry<MV,AV>>, Remover<String>
All Known Implementing Classes:
CompositeSessionFactory

public interface SessionFactory<SC,MV,AV,LC> extends ImmutableSessionFactory<MV,AV>, Creator<String,Map.Entry<MV,AV>,Duration>, Remover<String>, AutoCloseable
Factory for creating sessions. Encapsulates the cache mapping strategy for sessions.
Author:
Paul Ferraro