This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Sweep and remove the CacheItems.

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

Syntax

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

Parameters

liveCacheRepresentation
Hashtable
The set of CacheItem objects to remove.

See Also

Advanced