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 Constructor Description DefaultSessionCacheFactory()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SessionCachenewSessionCache(SessionHandler handler)Deprecated.- 
Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
getEvictionPolicy, getSessionCache, isFlushOnResponseCommit, isInvalidateOnShutdown, isRemoveUnloadableSessions, isSaveOnCreate, isSaveOnInactiveEvict, setEvictionPolicy, setFlushOnResponseCommit, setInvalidateOnShutdown, setRemoveUnloadableSessions, setSaveOnCreate, setSaveOnInactiveEvict 
 - 
 
 - 
 
- 
- 
Method Detail
- 
newSessionCache
public SessionCache newSessionCache(SessionHandler handler)
Deprecated.- Specified by:
 newSessionCachein classAbstractSessionCacheFactory
 
 - 
 
 -