public static class ERXLazyValue.AlwaysInvalidator extends java.lang.Object implements ERXLazyValue.Invalidator
| Constructor and Description |
|---|
AlwaysInvalidator() |
| Modifier and Type | Method and Description |
|---|---|
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 valuepublic boolean shouldInvalidate()
ERXLazyValue.InvalidatorshouldInvalidate in interface ERXLazyValue.InvalidatorCopyright © 2002 – 2022 Project Wonder.