2 writes to BaseKey
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
208
context.
BaseKey
= _keyProvider.CreateBaseKey(context);
285
context.
BaseKey
= _keyProvider.CreateBaseKey(context);
4 references to BaseKey
Microsoft.AspNetCore.ResponseCaching (4)
ResponseCachingMiddleware.cs (4)
216
var cacheEntry = _cache.Get(context.
BaseKey
);
281
if (string.IsNullOrEmpty(context.
BaseKey
))
368
_cache.Set(context.
BaseKey
, context.CachedVaryByRules, context.CachedResponseValidFor);
391
_cache.Set(context.StorageVaryKey ?? context.
BaseKey
, context.CachedResponse, context.CachedResponseValidFor);