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 name | Description |
|---|---|
| caching | Caching settings for source dependencies attached to a connection. Optional. |
| caching.duration | How long source dependency results are cached (in seconds). |
| caching.schedule | A cron expression for the source dependency refresh schedule. This value may need to be enclosed in single quotation marks. Optional. |