CacheItemRemovedCallback Delegate
.NET Framework 3.0
Namespace: System.Web.Caching
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public delegate void CacheItemRemovedCallback ( String^ key, Object^ value, CacheItemRemovedReason reason )
/** @delegate */ public delegate void CacheItemRemovedCallback ( String key, Object value, CacheItemRemovedReason reason )
Not applicable.
Parameters
- key
-
The key that is removed from the cache.
- value
-
The Object item associated with the key removed from the cache.
- reason
-
The reason the item was removed from the cache, as specified by the CacheItemRemovedReason enumeration.
Community Additions
ADD
Show: