Interface CacheableSession<C>

Type Parameters:
C - the context type
All Superinterfaces:
AutoCloseable, org.wildfly.clustering.session.ImmutableSession, org.wildfly.clustering.session.Session<C>, Supplier<org.wildfly.clustering.session.Session<C>>
All Known Implementing Classes:
CachedSession

public interface CacheableSession<C> extends org.wildfly.clustering.session.Session<C>, Supplier<org.wildfly.clustering.session.Session<C>>
A session whose lifecycle is managed by a Cache.
Author:
Paul Ferraro