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 (in DotNetNuke.dll)

Syntax

C#
public delegate Object CacheItemExpiredCallback(
	CacheItemArgs dataArgs
)
Visual Basic
Public Delegate Function CacheItemExpiredCallback ( 
	dataArgs As CacheItemArgs
) As Object

See Also