1 instantiation of CacheExpires
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
43_expires = new CacheExpires(this);
6 references to CacheExpires
System.Runtime.Caching (6)
System\Runtime\Caching\CacheExpires.cs (3)
88private static readonly TimeSpan s_COUNT_INTERVAL = new TimeSpan(CacheExpires._tsPerBucket.Ticks / COUNTS_LENGTH); 90private readonly CacheExpires _cacheExpires; 107internal ExpiresBucket(CacheExpires cacheExpires, byte bucket, DateTime utcNow)
System\Runtime\Caching\MemoryCacheEntry.cs (2)
291internal void UpdateSlidingExp(DateTime utcNow, CacheExpires expires) 296if (utcNewExpires - _utcAbsExp >= CacheExpires.MIN_UPDATE_DELTA || utcNewExpires < _utcAbsExp)
System\Runtime\Caching\MemoryCacheStore.cs (1)
22private readonly CacheExpires _expires;