Delegate CacheItemExpiredCallback
The CacheItemExpiredCallback delegate defines a callback method that notifies the application when a CacheItem is Expired (when an attempt is made to get the item).
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public delegate object CacheItemExpiredCallback(CacheItemArgs dataArgs);
Parameters
Type | Name | Description |
---|---|---|
CacheItemArgs | dataArgs | The args. |
Returns
Type | Description |
---|---|
System.Object | The object to cache. |