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)
207var cacheEntry = _cache.Get(context.BaseKey); 216if (await TryServeCachedResponseAsync(context, _cache.Get(varyKey))) 331_cache.Set(context.BaseKey, context.CachedVaryByRules, context.CachedResponseValidFor); 354_cache.Set(context.StorageVaryKey ?? context.BaseKey, context.CachedResponse, context.CachedResponseValidFor);