Uses of Interface
org.zkoss.zk.ui.sys.DesktopCache
-
Packages that use DesktopCache Package Description org.zkoss.zk.ui.http org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of DesktopCache in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http that return DesktopCache Modifier and Type Method Description DesktopCacheSimpleSession. getDesktopCache()Methods in org.zkoss.zk.ui.http with parameters of type DesktopCache Modifier and Type Method Description voidSimpleSession. setDesktopCache(DesktopCache cache) -
Uses of DesktopCache in org.zkoss.zk.ui.impl
Classes in org.zkoss.zk.ui.impl that implement DesktopCache Modifier and Type Class Description classSimpleDesktopCacheA simple implementation ofDesktopCache.Methods in org.zkoss.zk.ui.impl that return DesktopCache Modifier and Type Method Description DesktopCacheAbstractWebApp. getDesktopCache(Session sess)DesktopCacheGlobalDesktopCacheProvider. getDesktopCache(Session sess)DesktopCacheSessionDesktopCacheProvider. getDesktopCache(Session sess) -
Uses of DesktopCache in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return DesktopCache Modifier and Type Method Description DesktopCacheDesktopCacheProvider. getDesktopCache(Session session)Returns a desktop cache of the specified session.DesktopCacheSessionCtrl. getDesktopCache()Returns the desktop cache, or null if not available.DesktopCacheWebAppCtrl. getDesktopCache(Session sess)Returns the desktop cache.Methods in org.zkoss.zk.ui.sys with parameters of type DesktopCache Modifier and Type Method Description voidSessionCtrl. setDesktopCache(DesktopCache cache)Sets the desktop cache.
-