3 references to _memoryCache
Microsoft.AspNetCore.Components.Web.Tests (3)
Image\ImageTest.cs (3)
171
public void MarkCached(string cacheKey) =>
_memoryCache
[cacheKey] = true;
214
var fromCache = !shouldFail && cacheKey != null && (_forceCacheHit ||
_memoryCache
.ContainsKey(cacheKey));
217
_memoryCache
[cacheKey!] = true;