This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Cache macro. Used to cache blocks of SXML.
The cache key is auto-generated based on the SXML in the Xml (default) parameter.

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

Syntax

C#Copy imageCopy Code
[("Cache")]
[(.Level1)]
public class CachedData : , 
Visual Basic (Declaration)Copy imageCopy Code
<("Cache")> _
<(.Level1)> _
Public Class CachedData _
	Inherits  _
	Implements 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Core..::..RawDataModule
        Smartsite.Runtime.Modules..::..CacheBase
          Smartsite.Runtime.Modules..::..CachedData

See Also

Advanced