public class ResourceCache<V>
extends org.zkoss.util.resource.ResourceCache<org.zkoss.web.util.resource.ResourceInfo,V>
ResourceCaches and ResourceLoader.| Constructor and Description |
|---|
ResourceCache(ResourceLoader<V> loader)
Constructor.
|
ResourceCache(ResourceLoader<V> loader,
int initsz)
Constructor.
|
clear, get, getCheckPeriod, getLoader, put, remove, setCheckPeriodcanExpunge, clone, containsKey, containsKeyWithoutExpunge, containsValue, entrySet, equals, expunge, getLifetime, getMaxSize, getWithoutExpunge, hashCode, isEmpty, isEmptyWithoutExpunge, keySet, onExpunge, putAll, setLifetime, setMaxSize, shallExpunge, size, sizeWithoutExpunge, toString, valuespublic ResourceCache(ResourceLoader<V> loader)
loader - the loader to load resourcepublic ResourceCache(ResourceLoader<V> loader, int initsz)
loader - the loader to load resourceinitsz - the initial size of the mapCopyright © 2016. All rights reserved.