shallCheck(Object src, long expiredMillis) Returns whether to call
Loader.getLastModified .
If false, it assumes the current cached content is up-to-date.
Parameters: expiredMillis - how many milli-seconds are expired after the lastcheck.
Loads the resource.
null if not found exception: Exception - you might throw any exception which will bepassed back to the caller of ResourceCache.get
shallCheck
public boolean shallCheck(Object src, long expiredMillis)(Code)
Returns whether to call
Loader.getLastModified .
If false, it assumes the current cached content is up-to-date.
Parameters: expiredMillis - how many milli-seconds are expired after the lastcheck. In most cases, just return true if expiredMillis > 0