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