3 writes to UtcAbsExp
System.Runtime.Caching (3)
System\Runtime\Caching\CacheExpires.cs (3)
601cacheEntry.UtcAbsExp = utcExpires; 900cacheEntry.UtcAbsExp = utcNow; 929cacheEntry.UtcAbsExp = utcNewExpires;
10 references to UtcAbsExp
System.Runtime.Caching (10)
System\Runtime\Caching\CacheExpires.cs (5)
530entries[entryIndex]._utcExpires = cacheEntry.UtcAbsExp; 532AddCount(cacheEntry.UtcAbsExp); 572",expires=" + cacheEntry.UtcAbsExp.ToLocalTime()); 898if (utcNow > cacheEntry.UtcAbsExp) 903int bucket = UtcCalcExpiresBucket(cacheEntry.UtcAbsExp);
System\Runtime\Caching\MemoryCacheStore.cs (5)
63&& (!entry.HasExpiration() || entry.UtcAbsExp - DateTime.UtcNow >= CacheUsage.MIN_LIFETIME_FOR_USAGE)) 187if (existingEntry != null && existingEntry.UtcAbsExp <= DateTime.UtcNow) 234if (entry.UtcAbsExp > DateTime.UtcNow) 292if (entry != null && entry.UtcAbsExp <= DateTime.UtcNow) 357if (existingEntry.UtcAbsExp <= DateTime.UtcNow)