2 writes to _cacheTtl
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
53_cacheTtl = null; 180_cacheTtl = value;
4 references to _cacheTtl
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (4)
176get { return _cacheTtl; } 314if (_cacheTtl.HasValue && _cacheTtl.Value > TimeSpan.Zero) 317cachePolicy.SecondsToLive = (uint)Math.Min(_cacheTtl.Value.Ticks / TimeSpan.TicksPerSecond, Int32.MaxValue);