Uses of Interface
org.zkoss.util.Cache
-
Packages that use Cache Package Description org.zkoss.util org.zkoss.util.resource -
-
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.
-