1 write to VaryByQueryKeys
Microsoft.AspNetCore.Mvc.Core (1)
ResponseCacheAttribute.cs (1)
113VaryByQueryKeys = VaryByQueryKeys,
3 references to VaryByQueryKeys
Microsoft.AspNetCore.Mvc.Core (3)
CacheProfile.cs (1)
44/// <see cref="VaryByQueryKeys"/> requires the response cache middleware.
Filters\ResponseCacheFilterExecutor.cs (1)
51get => _cacheVaryByQueryKeys ?? _cacheProfile.VaryByQueryKeys;
ResponseCacheAttribute.cs (1)
105VaryByQueryKeys = VaryByQueryKeys ?? selectedProfile?.VaryByQueryKeys;