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