C#
VB
Java
C++
Occurs when an expired item has been removed from the cache.
The ObjectCache.CacheItemExpired event occurs when an expired item has been removed from the cache. This event will receive an object of type CacheItemExpiredEventArgs populated as follows:
Member | Value |
---|---|
Key | The expired item key. |
RegionName | The expired item region name. |
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | CacheItemExpiredEventArgs | The event data. |