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