|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.resource.CacheReloadContext
CacheReloadContext provides support for providers which support cache invalidation on a per-element basis, for example if an underlying resource has changed. The reload context allows the cache manager to ask the provider if the resource should be reloaded.
Constructor Summary | |
CacheReloadContext()
|
Method Summary | |
boolean |
shouldReload()
The CacheManager calls shouldReload to ask the reference whether it has changed since we loaded it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheReloadContext()
Method Detail |
public boolean shouldReload()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |