2013-06-10 15:02:54 +00:00
|
|
|
# Schema for the views cache.
|
|
|
|
|
|
|
|
views.cache.none:
|
|
|
|
type: mapping
|
2013-06-17 22:47:58 +00:00
|
|
|
label: 'None'
|
2013-06-10 15:02:54 +00:00
|
|
|
mapping:
|
|
|
|
type:
|
|
|
|
type: string
|
|
|
|
label: 'Cache type'
|
|
|
|
|
|
|
|
views.cache.time:
|
|
|
|
type: mapping
|
2013-06-17 22:47:58 +00:00
|
|
|
label: 'None'
|
2013-06-10 15:02:54 +00:00
|
|
|
mapping:
|
|
|
|
type:
|
|
|
|
type: string
|
|
|
|
label: 'Time-based'
|
|
|
|
options:
|
|
|
|
type: mapping
|
|
|
|
label: 'Cache options'
|
|
|
|
mapping:
|
|
|
|
result_lifespan:
|
|
|
|
type: integer
|
|
|
|
label: 'The length of time raw query results should be cached.'
|
|
|
|
result_lifespan_custom:
|
|
|
|
type: integer
|
|
|
|
label: 'Length of time in seconds raw query results should be cached.'
|
|
|
|
output_lifespan:
|
|
|
|
type: integer
|
|
|
|
label: 'The length of time rendered HTML output should be cached.'
|
|
|
|
output_lifespan_custom:
|
|
|
|
type: integer
|
|
|
|
label: 'Length of time in seconds rendered HTML output should be cached.'
|