Uses of Interface
org.eclipse.jetty.session.SessionCache
Packages that use SessionCache
-
Uses of SessionCache in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionCacheModifier 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.Methods in org.eclipse.jetty.session that return SessionCacheModifier 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) Methods in org.eclipse.jetty.session with parameters of type SessionCacheModifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSessionCache
(SessionCache cache) Set up the SessionCache.void
SessionConfig.Mutable.setSessionCache
(SessionCache cache) void
SessionManager.setSessionCache
(SessionCache cache)