CacheItemPolicy::RemovedCallback Property
.NET Framework (current version)
Gets or sets a reference to a CacheEntryRemovedCallback delegate that is called after an entry is removed from the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: property CacheEntryRemovedCallback^ RemovedCallback { CacheEntryRemovedCallback^ get(); void set(CacheEntryRemovedCallback^ value); }
Property Value
Type: System.Runtime.Caching::CacheEntryRemovedCallback^A reference to a delegate that is called by a cache implementation.
After a cache entry has been removed from the cache, the cache invokes the callback object that is referenced by the RemovedCallback property. A cache implementation can use this callback to notify the calling method that a cache entry has been removed.
.NET Framework
Available since 4.0
Available since 4.0
Show: