Data Centric Functions

Caching

To determine whether the resulting XML should be cached and what priority the cache records should have, use the following parameter:

  • CachePriority (GetXmlCachePriority)

This parameter can take 3 constant values:

  • Disabled: Caching is disabled
  • <NONE>: Caching is enabled and no priority is set
  • Default: Caching is enabled and the default priority is set

The Default value is used by default. To override this setting, change the parameter type to Constant, an Input Parameter (if available) or Function and change it accordingly.