1 write to _cache
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
76_cache = cache;
4 references to _cache
Microsoft.AspNetCore.ResponseCaching (4)
ResponseCachingMiddleware.cs (4)
216var cacheEntry = _cache.Get(context.BaseKey); 227if (await TryServeCachedResponseAsync(context, _cache.Get(varyKey))) 368_cache.Set(context.BaseKey, context.CachedVaryByRules, context.CachedResponseValidFor); 391_cache.Set(context.StorageVaryKey ?? context.BaseKey, context.CachedResponse, context.CachedResponseValidFor);