7 references to CacheEntryRemovedCallback
System.Runtime.Caching (7)
System\Caching\CacheItemPolicy.cs (2)
13
private
CacheEntryRemovedCallback
_removedCallback;
35
public
CacheEntryRemovedCallback
RemovedCallback {
System\Caching\MemoryCache.cs (3)
29
private static
CacheEntryRemovedCallback
s_sentinelRemovedCallback = new CacheEntryRemovedCallback(SentinelEntry.OnCacheEntryRemovedCallback);
339
CacheEntryRemovedCallback
removedCallback = null;
570
CacheEntryRemovedCallback
removedCallback = null;
System\Caching\MemoryCacheEntry.cs (2)
27
private
CacheEntryRemovedCallback
_callback;
98
CacheEntryRemovedCallback
removedCallback,