1 write to _cache
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
14
_cache
= cache ?? throw new ArgumentNullException(nameof(cache));
3 references to _cache
Microsoft.AspNetCore.ResponseCaching (3)
MemoryResponseCache.cs (3)
19
var entry =
_cache
.Get(key);
41
_cache
.Set(
58
_cache
.Set(