This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Intended to be used internally only. This method is called whenever a CacheItem is touched through the action of a user. It prevents this CacheItem from being expired or scavenged during an in-progress expiration or scavenging process. It has no effect on subsequent expiration or scavenging processes.

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

Syntax

C#Copy imageCopy Code
public void TouchedByUserAction(
	bool objectRemovedFromCache
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub TouchedByUserAction ( _
	objectRemovedFromCache As  _
)

Parameters

objectRemovedFromCache
Boolean

See Also

Advanced