![]() |
Adds data to the cache signature.
This viper method also supports the extension viper syntax.
Syntax
Smartsite SXML |
![]() |
---|---|
this.key.add(string data) this.key.add(string name, any value) |
Extension Viper Syntax
Smartsite SXML |
![]() |
---|---|
page.<id>.key.add(string data) page.<id>.key.add(string name, any value) |
Parameters
Return Value
None.
Used in
Macro | Description |
---|---|
CacheFile |
Implements file based caching on the given page output. |