1 write to Duration
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ResponseCacheFilter.cs (1)
36
set => _executor.
Duration
= value;
3 references to Duration
Microsoft.AspNetCore.Mvc.Core (3)
Filters\ResponseCacheFilter.cs (1)
35
get => _executor.
Duration
;
Filters\ResponseCacheFilterExecutor.cs (2)
65
Resources.FormatResponseCache_SpecifyDuration(nameof(NoStore), nameof(
Duration
)));
121
cacheControlValue = $"{cacheControlValue},max-age={
Duration
}";