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
DefaultSessionCacheFactory
Factory for creating new DefaultSessionCaches.
-
Constructor Summary
-
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()
-
-
Method Details
-
newSessionCache
- Specified by:
newSessionCache
in classAbstractSessionCacheFactory
-