2 writes to CacheKey
Microsoft.AspNetCore.Components.Web (2)
12 references to CacheKey
Microsoft.AspNetCore.Components.Web (12)
Image\Image.cs (12)
172_activeCacheKey = source.CacheKey;
176Log.BeginLoad(Logger, source.CacheKey);
188source.CacheKey,
191if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested)
200Log.CacheHit(Logger, source.CacheKey);
204Log.StreamStart(Logger, source.CacheKey);
207Log.LoadSuccess(Logger, source.CacheKey);
212Log.LoadFailed(Logger, source.CacheKey, new InvalidOperationException(result.Error ?? "Image load failed"));
223Log.LoadFailed(Logger, source.CacheKey, ex);
224if (_activeCacheKey == source.CacheKey && !cancellationToken.IsCancellationRequested)
269return a is not null && b is not null && string.Equals(a.CacheKey, b.CacheKey, StringComparison.Ordinal);