10 references to CacheStatus
Microsoft.Extensions.ServiceDiscovery (10)
ServiceEndpointWatcher.cs (10)
34private volatile CacheStatus _cacheState; 99if (!_disposalCancellation.IsCancellationRequested && _refreshTask.IsCompleted && (_cacheState == CacheStatus.Invalid || _cachedEndpoints is null or { ChangeToken.HasChanged: true } || force)) 102_cacheState = CacheStatus.Refreshing; 135CacheStatus newCacheState; 160newCacheState = CacheStatus.Valid; 188newCacheState = CacheStatus.Valid; 196newCacheState = CacheStatus.Invalid; 201Debug.Assert(error is null || newCacheState is CacheStatus.Invalid); 207if (newCacheState is CacheStatus.Valid) 226if (newCacheState is CacheStatus.Valid)