public abstract static class ERXLazyValue.CacheKeyInvalidator extends java.lang.Object implements ERXLazyValue.Invalidator
| Constructor and Description |
|---|
CacheKeyInvalidator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
cacheKey()
Returns the current value of the cache key.
|
void |
fetchedValue(java.lang.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.
|
public void fetchedValue(java.lang.Object value)
ERXLazyValue.InvalidatorfetchedValue in interface ERXLazyValue.Invalidatorvalue - the new valueprotected abstract java.lang.Object cacheKey()
public boolean shouldInvalidate()
ERXLazyValue.InvalidatorshouldInvalidate in interface ERXLazyValue.InvalidatorCopyright © 2002 – 2022 Project Wonder.