4 references to RemoveFromCache
System.Runtime.Caching (4)
System\Runtime\Caching\MemoryCacheStore.cs (4)
204
RemoveFromCache
(toBeReleasedEntry, CacheEntryRemovedReason.Expired, delayRelease: true);
277
RemoveFromCache
(entry, CacheEntryRemovedReason.CacheSpecificEviction);
328
RemoveFromCache
(entry, reason);
362
RemoveFromCache
(existingEntry, reason, delayRelease: true);