You are here

http_cache_control.schema.yml in HTTP Cache Control 8.2

config/schema/http_cache_control.schema.yml

File

config/schema/http_cache_control.schema.yml
View source
  1. http_cache_control.settings:
  2. type: config_object
  3. label: 'HTTP Cache-Control Settings'
  4. mapping:
  5. cache:
  6. type: mapping
  7. label: 'Cache Control'
  8. mapping:
  9. http:
  10. type: mapping
  11. label: 'Page caching'
  12. mapping:
  13. s_maxage:
  14. type: integer
  15. label: 'Shared max age'
  16. 404_max_age:
  17. type: integer
  18. label: 'Shared max age'
  19. 302_max_age:
  20. type: integer
  21. label: 'Shared max age'
  22. 301_max_age:
  23. type: integer
  24. label: 'Shared max age'
  25. 5xx_max_age:
  26. type: integer
  27. label: 'Shared max age'
  28. stale_while_revalidate:
  29. type: integer
  30. label: 'Shared max age'
  31. stale_if_error:
  32. type: integer
  33. label: 'Shared max age'
  34. vary:
  35. type: string
  36. label: 'Vary'
  37. surrogate:
  38. type: mapping
  39. label: 'Surrogate-Control'
  40. mapping:
  41. maxage:
  42. type: integer
  43. label: 'Surrogate max age'
  44. nostore:
  45. type: boolean
  46. label: 'Surrogate no-store'