This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a reference to the current cache module, if the current instruction is encapsulated by a cache block.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public  CurrentCacheModule { get; protected internal set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Property CurrentCacheModule As 
	Get
	Protected Friend Set

Field Value

The current cache module.

See Also

Module Class
Smartsite.Core Namespace
Advanced