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)
35
get =>
_executor
.Duration;
36
set =>
_executor
.Duration = value;
44
get =>
_executor
.Location;
45
set =>
_executor
.Location = value;
56
get =>
_executor
.NoStore;
57
set =>
_executor
.NoStore = value;
65
get =>
_executor
.VaryByHeader;
66
set =>
_executor
.VaryByHeader = value;
77
get =>
_executor
.VaryByQueryKeys;
78
set =>
_executor
.VaryByQueryKeys = value;
95
_executor
.Execute(context);