Uses of Interface
org.eclipse.jetty.session.SessionCache
-
Uses of SessionCache in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
DefaultSessionCache A session store that keeps its sessions in memory within a concurrent mapclass
Does not actually cache any Session objects.Modifier and TypeMethodDescriptionAbstractSessionCacheFactory.getSessionCache
(SessionManager manager) AbstractSessionManager.getSessionCache()
SessionCacheFactory.getSessionCache
(SessionManager manager) SessionManager.getSessionCache()
abstract SessionCache
AbstractSessionCacheFactory.newSessionCache
(SessionManager manager) DefaultSessionCacheFactory.newSessionCache
(SessionManager manager) NullSessionCacheFactory.newSessionCache
(SessionManager manager) Modifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSessionCache
(SessionCache cache) Set up the SessionCache.void
SessionConfig.Mutable.setSessionCache
(SessionCache cache) void
SessionManager.setSessionCache
(SessionCache cache)