CacheEntryRemovedCallback Delegate

.NET Framework (current version)
 

Defines a reference to a method that is called after a cache entry is removed from the cache.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public delegate void CacheEntryRemovedCallback(
	CacheEntryRemovedArguments^ arguments
)

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
Return to top
Show: