Package org.eclipse.jetty.server.session
Interface SessionCacheFactory
-
- All Known Implementing Classes:
AbstractSessionCacheFactory
,DefaultSessionCacheFactory
,NullSessionCacheFactory
public interface SessionCacheFactory
SessionCacheFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionCache
getSessionCache(SessionHandler handler)
-
-
-
Method Detail
-
getSessionCache
SessionCache getSessionCache(SessionHandler handler)
-
-