OnItemRemoved Method
Syntax
protected virtual void OnItemRemoved(
string id,
byte[] removedItem,
CacheItemRemovedReason reason
)
Protected Overridable Sub OnItemRemoved( _
ByVal id As String, _
ByVal removedItem() As Byte, _
ByVal reason As CacheItemRemovedReason _
)
protected:
virtual void OnItemRemoved(
String^ id,
array<byte>^ removedItem,
CacheItemRemovedReason reason
)
Parameters
id
A System.String that identifies the deleted cache item.
removedItem
An array of System.Byte representing the removed item data.
reason
A System.Web.Caching.CacheItemRemovedReason value which specifies the reason for deleting this item.