Function SetGlobal

Sets a cache value before any merging is done

SetGlobal([KEY],[VALUE])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a KEY The key to use
2 any required n/a VALUE The value to cache

Returns

n/a


Examples

Simple example of setting a cache value

{{SetGlobal("MyValue",100)}}