5 references to Expired
System.Runtime.Caching (5)
System\Caching\MemoryCache.cs (1)
103case CacheEntryRemovedReason.Expired:
System\Caching\MemoryCacheStore.cs (4)
169RemoveFromCache(toBeReleasedEntry, CacheEntryRemovedReason.Expired, delayRelease:true); 180toBeReleasedEntry.Release(_cache, CacheEntryRemovedReason.Expired); 247Remove(key, entry, CacheEntryRemovedReason.Expired); 300reason = CacheEntryRemovedReason.Expired;