Uses of Interface
org.eclipse.jetty.server.session.SessionCache
Packages that use SessionCache
Package
Description
Jetty Server : Session Management Implementations
-
Uses of SessionCache in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.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
NullSessionCache Does not actually cache any Session objects.Fields in org.eclipse.jetty.server.session declared as SessionCacheMethods in org.eclipse.jetty.server.session that return SessionCacheModifier and TypeMethodDescriptionAbstractSessionCacheFactory.getSessionCache
(SessionHandler handler) SessionCacheFactory.getSessionCache
(SessionHandler handler) SessionHandler.getSessionCache()
abstract SessionCache
AbstractSessionCacheFactory.newSessionCache
(SessionHandler handler) DefaultSessionCacheFactory.newSessionCache
(SessionHandler handler) NullSessionCacheFactory.newSessionCache
(SessionHandler handler) Methods in org.eclipse.jetty.server.session with parameters of type SessionCache