This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Mark each CacheItem as expired.

Namespace: Smartsite.Tools.Caching
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public virtual int MarkAsExpired(
	 liveCacheRepresentation
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overridable Function MarkAsExpired ( _
	liveCacheRepresentation As  _
) As Integer

Parameters

liveCacheRepresentation
Hashtable
The set of CacheItem objects to expire.

Return Value

The number of items marked.

See Also

Advanced