2 references to _memoryCache
Microsoft.AspNetCore.Components.Web.Tests (2)
Media\ImageTest.cs (2)
209var fromCache = !shouldFail && cacheKey != null && (_forceCacheHit || _memoryCache.ContainsKey(cacheKey)); 212_memoryCache[cacheKey!] = true;