Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / config / schema / views.cache.schema.yml
1 # Schema for the views cache.
2
3 views.cache.none:
4   type: views_cache
5   label: 'No caching'
6   mapping:
7     options:
8       type: sequence
9       label: 'Options'
10
11 views.cache.tag:
12   type: views_cache
13   label: 'Tag based caching'
14   mapping:
15     options:
16       type: sequence
17       label: 'Options'
18
19 views.cache.time:
20   type: views_cache
21   label: 'Time based caching'
22   mapping:
23     options:
24       type: mapping
25       label: 'Cache options'
26       mapping:
27         results_lifespan:
28           type: integer
29           label: 'The length of time raw query results should be cached.'
30         results_lifespan_custom:
31           type: integer
32           label: 'Length of time in seconds raw query results should be cached.'
33         output_lifespan:
34           type: integer
35           label: 'The length of time rendered HTML output should be cached.'
36         output_lifespan_custom:
37           type: integer
38           label: 'Length of time in seconds rendered HTML output should be cached.'