Uses of Class
org.eclipse.jetty.server.session.AbstractSessionCache
Packages that use AbstractSessionCache
Package
Description
Jetty Server : Session Management Implementations
-
Uses of AbstractSessionCache in org.eclipse.jetty.server.session
Subclasses of AbstractSessionCache in org.eclipse.jetty.server.sessionModifier and TypeClassDescriptionclass
DefaultSessionCache A session store that keeps its sessions in memory within a concurrent mapclass
NullSessionCache Does not actually cache any Session objects.