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 class
CacheMap<K,V>
The cache map.class
EmptyCacheMap<K,V>
An empty cache map.class
FastReadCache<K,V>
ACacheMap
that the possibility to have cache hit is much more than not.class
MultiCache<K,V>
-
Uses of Cache in org.zkoss.util.resource
Classes in org.zkoss.util.resource that implement Cache Modifier and Type Class Description class
ResourceCache<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 class
ResourceCache<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 void
ComponentsCtrl. setEventMethodCache(Cache cache)
Sets the cache that stores the information about event handler methods.
-