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