1 write to _cacheVaryByQueryKeys
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ResponseCacheFilterExecutor.cs (1)
52set => _cacheVaryByQueryKeys = value;
1 reference to _cacheVaryByQueryKeys
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ResponseCacheFilterExecutor.cs (1)
51get => _cacheVaryByQueryKeys ?? _cacheProfile.VaryByQueryKeys;