Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using a TypedResolver or UntypedResolver with caching enabled, there is no way of bypassing the cache and forcefully reloading the value from underlying datasources.
The attached patch is a proposal of creating such an mechanism. It introduces a void forceRefresh() method to the TypedResolver, implements this method by resetting the reloadAfter field and adds a unit test.