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
  • Method Summary

    Methods inherited from interface org.wildfly.clustering.session.ImmutableSession

    getAttributes, getId, isValid

    Methods inherited from interface org.wildfly.clustering.session.Session

    close, getContext, getMetaData, invalidate

    Methods inherited from interface java.util.function.Supplier

    get