Uses of Interface
org.zkoss.zk.ui.sys.SessionCache
-
Packages that use SessionCache Package Description org.zkoss.zk.ui.http org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of SessionCache in org.zkoss.zk.ui.http
Classes in org.zkoss.zk.ui.http that implement SessionCache Modifier and Type Class Description classSimpleSessionCacheA simple implementation ofSessionCache. -
Uses of SessionCache in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return SessionCache Modifier and Type Method Description SessionCacheAbstractWebApp. getSessionCache()Methods in org.zkoss.zk.ui.impl with parameters of type SessionCache Modifier and Type Method Description voidAbstractWebApp. setSessionCache(SessionCache cache) -
Uses of SessionCache in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return SessionCache Modifier and Type Method Description SessionCacheWebAppCtrl. getSessionCache()Returns the session cache (never null).Methods in org.zkoss.zk.ui.sys with parameters of type SessionCache Modifier and Type Method Description voidWebAppCtrl. setSessionCache(SessionCache cache)Sets the session cache for this Web application.
-