←Select platform

CacheItemExpired Event

Summary

Occurs when an expired item has been removed from the cache.

Syntax
C#
VB
C++
Java
public event EventHandler<CacheItemExpiredEventArgs> CacheItemExpired 
Public Event CacheItemExpired As EventHandler(Of Leadtools.Caching.CacheItemExpiredEventArgs) 
public:  
   event EventHandler<Leadtools::Caching::CacheItemExpiredEventArgs^>^ CacheItemExpired 
public abstract CacheItemExpiringEvent cacheItemExpiring() 
Remarks

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.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eCacheItemExpiredEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.