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