Class CompositeImmutableSessionFactory<MV,AV>

java.lang.Object
org.wildfly.clustering.web.cache.session.CompositeImmutableSessionFactory<MV,AV>
All Implemented Interfaces:
Locator<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