|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 possiblity 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 resouces. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |