ERXLazyValue< T >.Invalidator Interface Reference
List of all members.
Detailed Description
Invalidator provides an mechanism for selectively invalidating the cached lazy value.
- Author:
- mschrag
Member Function Documentation
| void fetchedValue |
( |
Object |
value |
) |
|
Called when the lazy value is refetched from the source.
- Parameters:
-
| boolean shouldInvalidate |
( |
|
) |
|
Returns whether or not the lazy value should invalidate its cache.
- Returns:
- whether or not the lazy value should invalidate its cache
The documentation for this interface was generated from the following file:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/foundation/ERXLazyValue.java