Sets a value indicating the cache is to be used globally (over all channels). Default: true.
If not set (default setting), the generated cache key will include a reference to the curent channel, making the cache valid for this channel only.
If you are sure the generated cache has no dependencies on channel-specific data, you can safely set 'Global' to true.

Properties

Data type Attribute
Boolean -

Used in

Macro Description
Cache Cache macro. Used to cache blocks of SXML.
The cache key is auto-generated based on the SXML in the Xml (default) parameter.
SXML