Uses of Interface
org.eclipse.jetty.server.session.SessionCache
Package
Description
Jetty Server : Session Management Implementations
-
Uses of SessionCache in org.eclipse.jetty.server.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
NullSessionCache Does not actually cache any Session objects.Modifier 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)