View YAML: Caching

You can extensively customise your views in YAML. Below is the schema and some examples to get you started.

Caching schema

Field nameDescription
cachingCaching settings for source dependencies attached to a connection. Optional.
caching.durationHow long source dependency results are cached (in seconds).
caching.scheduleA cron expression for the source dependency refresh schedule. This value may need to be enclosed in single quotation marks. Optional.

Example uses

Loading...