2 writes to BaseKey
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
206
context.
BaseKey
= _keyProvider.CreateBaseKey(context);
266
context.
BaseKey
= _keyProvider.CreateBaseKey(context);
4 references to BaseKey
Microsoft.AspNetCore.ResponseCaching (4)
ResponseCachingMiddleware.cs (4)
207
var cacheEntry = _cache.Get(context.
BaseKey
);
264
if (string.IsNullOrEmpty(context.
BaseKey
))
331
_cache.Set(context.
BaseKey
, context.CachedVaryByRules, context.CachedResponseValidFor);
354
_cache.Set(context.StorageVaryKey ?? context.
BaseKey
, context.CachedResponse, context.CachedResponseValidFor);