Uses of Interface
org.eclipse.jetty.server.session.SessionCache
-
Packages that use SessionCache Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionCache in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionCache Modifier and Type Class Description classAbstractSessionCacheAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classDefaultSessionCacheDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassNullSessionCacheNullSessionCache Does not actually cache any Session objects.Fields in org.eclipse.jetty.server.session declared as SessionCache Modifier and Type Field Description protected SessionCacheSessionHandler. _sessionCacheMethods in org.eclipse.jetty.server.session that return SessionCache Modifier and Type Method Description SessionCacheAbstractSessionCacheFactory. getSessionCache(SessionHandler handler)SessionCacheSessionCacheFactory. getSessionCache(SessionHandler handler)SessionCacheSessionHandler. getSessionCache()abstract SessionCacheAbstractSessionCacheFactory. newSessionCache(SessionHandler handler)SessionCacheDefaultSessionCacheFactory. newSessionCache(SessionHandler handler)SessionCacheNullSessionCacheFactory. newSessionCache(SessionHandler handler)Methods in org.eclipse.jetty.server.session with parameters of type SessionCache Modifier and Type Method Description voidSessionHandler. setSessionCache(SessionCache cache)
-