views.cache.schema.yml

drupal/core/modules/views/config/schema/views.cache.schema.yml

File

drupal/core/modules/views/config/schema/views.cache.schema.yml
View source
  1. # Schema for the views cache.
  2. views.cache.none:
  3. type: mapping
  4. lable: 'None'
  5. mapping:
  6. type:
  7. type: string
  8. label: 'Cache type'
  9. views.cache.time:
  10. type: mapping
  11. lable: 'None'
  12. mapping:
  13. type:
  14. type: string
  15. label: 'Time-based'
  16. options:
  17. type: mapping
  18. label: 'Cache options'
  19. mapping:
  20. result_lifespan:
  21. type: integer
  22. label: 'The length of time raw query results should be cached.'
  23. result_lifespan_custom:
  24. type: integer
  25. label: 'Length of time in seconds raw query results should be cached.'
  26. output_lifespan:
  27. type: integer
  28. label: 'The length of time rendered HTML output should be cached.'
  29. output_lifespan_custom:
  30. type: integer
  31. label: 'Length of time in seconds rendered HTML output should be cached.'