2 references to _storage
Microsoft.AspNetCore.OutputCaching.Tests (2)
TestUtils.cs (2)
347
return ValueTask.FromResult(
_storage
[key]);
361
_storage
[key] = entry;