System.Web.Caching.CacheItemRemovedCallback Delegate

Defines a callback method for notifying applications when a cached item is removed from the System.Web.Caching.Cache.

Syntax

public delegate void CacheItemRemovedCallback (string key, object value, CacheItemRemovedReason reason)

Parameters

key
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.
reason
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Caching
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0