|
Project Wonder 5.0.0.8795 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecter.extensions.foundation.ERXLazyValue.CacheKeyInvalidator
public abstract static class ERXLazyValue.CacheKeyInvalidator
The base class for any invalidator that is triggered by the change in a cache key.
| Constructor Summary | |
|---|---|
ERXLazyValue.CacheKeyInvalidator()
|
|
| Method Summary | |
|---|---|
protected abstract Object |
cacheKey()
Returns the current value of the cache key. |
void |
fetchedValue(Object value)
Called when the lazy value is refetched from the source. |
boolean |
shouldInvalidate()
Returns whether or not the lazy value should invalidate its cache. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ERXLazyValue.CacheKeyInvalidator()
| Method Detail |
|---|
public void fetchedValue(Object value)
ERXLazyValue.Invalidator
fetchedValue in interface ERXLazyValue.Invalidatorvalue - the new valueprotected abstract Object cacheKey()
public boolean shouldInvalidate()
ERXLazyValue.Invalidator
shouldInvalidate in interface ERXLazyValue.Invalidator
|
Last updated: Fri, Jan 9, 2009 04:35 AM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||