Uses of Interface
org.eclipse.jetty.session.SessionCache
Packages that use SessionCache
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Session Management Implementations
-
Uses of SessionCache in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return SessionCacheMethods in org.eclipse.jetty.ee8.nested with parameters of type SessionCache -
Uses of SessionCache in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return SessionCacheMethods in org.eclipse.jetty.ee9.nested with parameters of type SessionCache -
Uses of SessionCache in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionCacheModifier and TypeClassDescriptionclassAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classDefaultSessionCache A session store that keeps its sessions in memory within a concurrent mapclassDoes 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 SessionCacheAbstractSessionCacheFactory.newSessionCache(SessionManager manager) DefaultSessionCacheFactory.newSessionCache(SessionManager manager) NullSessionCacheFactory.newSessionCache(SessionManager manager) Methods in org.eclipse.jetty.session with parameters of type SessionCacheModifier and TypeMethodDescriptionvoidAbstractSessionManager.setSessionCache(SessionCache cache) Set up the SessionCache.voidSessionConfig.Mutable.setSessionCache(SessionCache cache) voidSessionManager.setSessionCache(SessionCache cache)