Package org.eclipse.jetty.server.session
Interface SessionCacheFactory
- 
- All Known Implementing Classes:
 AbstractSessionCacheFactory,DefaultSessionCacheFactory,NullSessionCacheFactory
@Deprecated(since="2021-05-27") public interface SessionCacheFactoryDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.SessionCacheFactory 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SessionCachegetSessionCache(SessionHandler handler)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getSessionCache
SessionCache getSessionCache(SessionHandler handler)
Deprecated. 
 - 
 
 -