CacheEntryRemovedCallback Delegate
.NET Framework (current version)
Defines a reference to a method that is called after a cache entry is removed from the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
Parameters
- arguments
-
Type:
System.Runtime.Caching::CacheEntryRemovedArguments^
The information about the cache entry that was removed from the cache.
The CacheEntryRemovedCallback delegate passes information about the removed cache entry in the form of a CacheEntryRemovedArguments object.
.NET Framework
Available since 4.0
Available since 4.0
Show: