After initial load of the configuration, if a setting is included in Select and also registered for refresh, the first call to RefreshAsync would ignore the cache expiration interval specified by the user and always revalidate and refresh the that setting. The expected behavior is to respect the cache expiration interval even for the first call to refresh.
After initial load of the configuration, if a setting is included in
Selectand also registered for refresh, the first call toRefreshAsyncwould ignore the cache expiration interval specified by the user and always revalidate and refresh the that setting. The expected behavior is to respect the cache expiration interval even for the first call to refresh.