Uses of Interface
org.zkoss.util.Cache

Packages that use Cache
org.zkoss.util Utilities for handling data structures. 
org.zkoss.util.resource Resources and their locators and loaders. 
 

Uses of Cache in org.zkoss.util
 

Classes in org.zkoss.util that implement Cache
 class CacheMap<K,V>
          The cache map.
 class FastReadCache<K,V>
          A CacheMap that the possibility to have cache hit is much more than not.
 class MultiCache<K,V>
          A CacheMap that uses multiple instanceof CacheMap to speed up the performance.
 

Uses of Cache in org.zkoss.util.resource
 

Classes in org.zkoss.util.resource that implement Cache
 class ResourceCache<K,V>
          Used to cache resources.
 



Copyright © 2013. All rights reserved.