5 references to UtcAbsExp
System.Runtime.Caching (5)
System\Caching\MemoryCacheStore.cs (5)
52&& (!entry.HasExpiration() || entry.UtcAbsExp - DateTime.UtcNow >= CacheUsage.MIN_LIFETIME_FOR_USAGE)) { 155if (existingEntry != null && existingEntry.UtcAbsExp <= DateTime.UtcNow) { 196if (entry.UtcAbsExp > DateTime.UtcNow) { 246if (entry != null && entry.UtcAbsExp <= DateTime.UtcNow) { 299if (existingEntry.UtcAbsExp <= DateTime.UtcNow) {