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