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