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