Class CompositeSession<L>

java.lang.Object
org.wildfly.clustering.web.cache.session.CompositeImmutableSession
org.wildfly.clustering.web.cache.session.CompositeSession<L>
All Implemented Interfaces:
AutoCloseable, ImmutableSession, Session<L>

public class CompositeSession<L> extends CompositeImmutableSession implements Session<L>
Generic session implementation - independent of cache mapping strategy.
Author:
Paul Ferraro