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); 67var entry = _cache.Get(key) as byte[]; 129_cache.Set(key, value, options);