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. 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

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.
 

Uses of Cache in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys with parameters of type Cache
static void ComponentsCtrl.setEventMethodCache(Cache cache)
          Sets the cache that stores the information about event handler methods.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo