Chris@0: # Schema for the views cache. Chris@0: Chris@0: views.cache.none: Chris@0: type: views_cache Chris@0: label: 'No caching' Chris@0: mapping: Chris@0: options: Chris@0: type: sequence Chris@0: label: 'Options' Chris@0: Chris@0: views.cache.tag: Chris@0: type: views_cache Chris@0: label: 'Tag based caching' Chris@0: mapping: Chris@0: options: Chris@0: type: sequence Chris@0: label: 'Options' Chris@0: Chris@0: views.cache.time: Chris@0: type: views_cache Chris@0: label: 'Time based caching' Chris@0: mapping: Chris@0: options: Chris@0: type: mapping Chris@0: label: 'Cache options' Chris@0: mapping: Chris@0: results_lifespan: Chris@0: type: integer Chris@0: label: 'The length of time raw query results should be cached.' Chris@0: results_lifespan_custom: Chris@0: type: integer Chris@0: label: 'Length of time in seconds raw query results should be cached.' Chris@0: output_lifespan: Chris@0: type: integer Chris@0: label: 'The length of time rendered HTML output should be cached.' Chris@0: output_lifespan_custom: Chris@0: type: integer Chris@0: label: 'Length of time in seconds rendered HTML output should be cached.'