Mercurial > hg > isophonics-drupal-site
annotate core/modules/views/config/schema/views.cache.schema.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 # Schema for the views cache. |
Chris@0 | 2 |
Chris@0 | 3 views.cache.none: |
Chris@0 | 4 type: views_cache |
Chris@0 | 5 label: 'No caching' |
Chris@0 | 6 mapping: |
Chris@0 | 7 options: |
Chris@0 | 8 type: sequence |
Chris@0 | 9 label: 'Options' |
Chris@0 | 10 |
Chris@0 | 11 views.cache.tag: |
Chris@0 | 12 type: views_cache |
Chris@0 | 13 label: 'Tag based caching' |
Chris@0 | 14 mapping: |
Chris@0 | 15 options: |
Chris@0 | 16 type: sequence |
Chris@0 | 17 label: 'Options' |
Chris@0 | 18 |
Chris@0 | 19 views.cache.time: |
Chris@0 | 20 type: views_cache |
Chris@0 | 21 label: 'Time based caching' |
Chris@0 | 22 mapping: |
Chris@0 | 23 options: |
Chris@0 | 24 type: mapping |
Chris@0 | 25 label: 'Cache options' |
Chris@0 | 26 mapping: |
Chris@0 | 27 results_lifespan: |
Chris@0 | 28 type: integer |
Chris@0 | 29 label: 'The length of time raw query results should be cached.' |
Chris@0 | 30 results_lifespan_custom: |
Chris@0 | 31 type: integer |
Chris@0 | 32 label: 'Length of time in seconds raw query results should be cached.' |
Chris@0 | 33 output_lifespan: |
Chris@0 | 34 type: integer |
Chris@0 | 35 label: 'The length of time rendered HTML output should be cached.' |
Chris@0 | 36 output_lifespan_custom: |
Chris@0 | 37 type: integer |
Chris@0 | 38 label: 'Length of time in seconds rendered HTML output should be cached.' |