Class CompositeImmutableSessionFactory<MV,AV>

java.lang.Object
org.wildfly.clustering.session.cache.CompositeImmutableSessionFactory<MV,AV>
Type Parameters:
MV - the session metadata type
AV - the session attributes type
All Implemented Interfaces:
BiCacheEntryLocator<String,MV,AV>, CacheEntryLocator<String,Map.Entry<MV,AV>>, ImmutableSessionFactory<MV,AV>
Direct Known Subclasses:
CompositeSessionFactory

public class CompositeImmutableSessionFactory<MV,AV> extends Object implements ImmutableSessionFactory<MV,AV>
Generic immutable session factory implementation - independent of cache mapping strategy.
Author:
Paul Ferraro