CacheItemRemovedEventArgs Members
Include Protected Members
Include Inherited Members
Arguments that support the NotifyItemRemoved() method.
The CacheItemRemovedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Data | The object that has been removed from the cache. | |
ObjectKey | The identifier of the object that has been removed from the cache. | |
Reason | The DeletionReason value that defines the reason for the object’s removal from the cache. |
Top