1 write to _executor
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ResponseCacheFilter.cs (1)
24_executor = new ResponseCacheFilterExecutor(cacheProfile);
11 references to _executor
Microsoft.AspNetCore.Mvc.Core (11)
Filters\ResponseCacheFilter.cs (11)
35get => _executor.Duration; 36set => _executor.Duration = value; 44get => _executor.Location; 45set => _executor.Location = value; 56get => _executor.NoStore; 57set => _executor.NoStore = value; 65get => _executor.VaryByHeader; 66set => _executor.VaryByHeader = value; 77get => _executor.VaryByQueryKeys; 78set => _executor.VaryByQueryKeys = value; 95_executor.Execute(context);