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)
176
get { return
_cacheTtl
; }
314
if (
_cacheTtl
.HasValue &&
_cacheTtl
.Value > TimeSpan.Zero)
317
cachePolicy.SecondsToLive = (uint)Math.Min(
_cacheTtl
.Value.Ticks / TimeSpan.TicksPerSecond, Int32.MaxValue);