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)
216
var cacheEntry =
_cache
.Get(context.BaseKey);
227
if (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);