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