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