4 references to RemoveFromCache
System.Runtime.Caching (4)
System\Caching\MemoryCacheStore.cs (4)
169RemoveFromCache(toBeReleasedEntry, CacheEntryRemovedReason.Expired, delayRelease:true); 230RemoveFromCache(entry, CacheEntryRemovedReason.CacheSpecificEviction); 275RemoveFromCache(entry, reason); 302RemoveFromCache(existingEntry, reason, delayRelease:true);