2 references to NEWADD_INTERVAL
System.Runtime.Caching (2)
System\Runtime\Caching\CacheUsage.cs (2)
725
if (utcNow - utcDate <= CacheUsage.
NEWADD_INTERVAL
&& utcNow >= utcDate)
823
internal static readonly TimeSpan MIN_LIFETIME_FOR_USAGE =
NEWADD_INTERVAL
;