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