1 write to _cache
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
20
_cache
= cache;
3 references to _cache
Microsoft.AspNetCore.OutputCaching (3)
Memory\MemoryOutputCacheStore.cs (3)
46
_cache
.Remove(key);
68
var entry =
_cache
.Get(key) as byte[];
132
_cache
.Set(key, value, options);