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 TypeClassDescriptionclassDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassNullSessionCache Does not actually cache any Session objects.