Property CacheItemRemovedReason
CacheItemRemovedReason
It specifies the reason for removal of cache item. Only applicable for ItemRemoved. Otherwise, the default value is DependencyChanged.
Declaration
public CacheItemRemovedReason CacheItemRemovedReason { get; }
Property Value
Type | Description |
---|---|
CacheItemRemovedReason | It specifies the reason for the item to be removed. |