Interface CacheableSession<C>

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

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