Package org.eclipse.jetty.server.session
Class DefaultSessionCacheFactory
java.lang.Object
org.eclipse.jetty.server.session.AbstractSessionCacheFactory
org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- All Implemented Interfaces:
SessionCacheFactory
@Deprecated(since="2021-05-27")
public class DefaultSessionCacheFactory
extends AbstractSessionCacheFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
DefaultSessionCacheFactory
Factory for creating new DefaultSessionCaches.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
getEvictionPolicy, getSessionCache, isFlushOnResponseCommit, isInvalidateOnShutdown, isRemoveUnloadableSessions, isSaveOnCreate, isSaveOnInactiveEvict, setEvictionPolicy, setFlushOnResponseCommit, setInvalidateOnShutdown, setRemoveUnloadableSessions, setSaveOnCreate, setSaveOnInactiveEvict
-
Constructor Details
-
DefaultSessionCacheFactory
public DefaultSessionCacheFactory()Deprecated.
-
-
Method Details
-
newSessionCache
Deprecated.- Specified by:
newSessionCache
in classAbstractSessionCacheFactory
-