public static interface ERXLazyValue.Invalidator
Modifier and Type | Method and Description |
---|---|
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.
|
void fetchedValue(Object value)
value
- the new valueboolean shouldInvalidate()
Copyright © 2002 – 2024 Project Wonder.