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