4 references to RemoveFromCache
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheStore.cs (4)
201
RemoveFromCache
(toBeReleasedEntry, CacheEntryRemovedReason.Expired, delayRelease: true);
274
RemoveFromCache
(entry, CacheEntryRemovedReason.CacheSpecificEviction);
325
RemoveFromCache
(entry, reason);
356
RemoveFromCache
(existingEntry, reason, delayRelease: true);