Skip to main content

invalidate_coalesce

Function invalidate_coalesce 

Source
pub async fn invalidate_coalesce(provider: &str)
Expand description

Drop the coalesce cell for provider so the next call to refresh_if_expired is forced to do a fresh refresh. Intended for tests and for error-recovery paths that want to invalidate a failed cell so a retry actually retries instead of returning the cached RefreshError::Failed.