| Used to cache resouces.
To use this class, you have to implement
Loader and then
ResourceCache will use it to check whether a resource is gone,
modified and load the resource.
Unlike
CacheMap , it is thread-safe.
The default check period depends on the system propety called
org.zkoss.util.resource.checkPeriod (unit: second).
If not specified, 5 seconds are assumed
author: tomyeh |