Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

CacheItemExpired Event






Occurs when an expited item has been removed from the cache.
Syntax
public event EventHandler<CacheItemExpiredEventArgs> CacheItemExpired
'Declaration
 
Public Event CacheItemExpired As EventHandler(Of CacheItemExpiredEventArgs)
'Usage
 
Dim instance As ObjectCache
Dim handler As EventHandler(Of CacheItemExpiredEventArgs)
 
AddHandler instance.CacheItemExpired, handler
public abstract CacheItemExpiringEvent cacheItemExpiring()
            
public:
event EventHandler<CacheItemExpiredEventArgs^>^ CacheItemExpired
Event Data

The event handler receives an argument of type CacheItemExpiredEventArgs containing data related to this event. The following CacheItemExpiredEventArgs properties provide information specific to this event.

PropertyDescription
Key The expired item key.
RegionName The expired item region name.
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
CacheItemExpiredEventArgs.Key

The expired item key.

CacheItemExpiredEventArgs.RegionName

The expired item region name.

Requirements

Target Platforms

See Also

Reference

ObjectCache Class
ObjectCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features