7 references to CacheEntryRemovedCallback
System.Runtime.Caching (7)
System\Runtime\Caching\CacheItemPolicy.cs (2)
15private CacheEntryRemovedCallback _removedCallback; 32public CacheEntryRemovedCallback RemovedCallback
System\Runtime\Caching\MemoryCache.cs (3)
31private static readonly CacheEntryRemovedCallback s_sentinelRemovedCallback = new CacheEntryRemovedCallback(SentinelEntry.OnCacheEntryRemovedCallback); 409CacheEntryRemovedCallback removedCallback = null; 688CacheEntryRemovedCallback removedCallback = null;
System\Runtime\Caching\MemoryCacheEntry.cs (2)
29private readonly CacheEntryRemovedCallback _callback; 112CacheEntryRemovedCallback removedCallback,