Uses of Interface
org.zkoss.util.Cache
-
Packages that use Cache Package Description org.zkoss.util org.zkoss.util.resource org.zkoss.web.util.resource org.zkoss.zk.ui.sys -
-
Uses of Cache in org.zkoss.util
Classes in org.zkoss.util that implement Cache Modifier and Type Class Description classCacheMap<K,V>The cache map.classEmptyCacheMap<K,V>An empty cache map.classFastReadCache<K,V>ACacheMapthat the possibility to have cache hit is much more than not.classMultiCache<K,V> -
Uses of Cache in org.zkoss.util.resource
Classes in org.zkoss.util.resource that implement Cache Modifier and Type Class Description classResourceCache<K,V>Used to cache resources. -
Uses of Cache in org.zkoss.web.util.resource
Classes in org.zkoss.web.util.resource that implement Cache Modifier and Type Class Description classResourceCache<V>Used to cache Servlet resources. -
Uses of Cache in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type Cache Modifier and Type Method Description static voidComponentsCtrl. setEventMethodCache(Cache cache)Sets the cache that stores the information about event handler methods.
-