Package org.eclipse.jetty.server.session
Interface SessionCacheFactory
-
- All Known Implementing Classes:
AbstractSessionCacheFactory,DefaultSessionCacheFactory,NullSessionCacheFactory
@Deprecated public interface SessionCacheFactoryDeprecated.This api is not supported anymore. Please do not use it.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.
-
-