http_cache_control.settings.yml in HTTP Cache Control 8.2
config/install/http_cache_control.settings.yml
4 string references to 'http_cache_control.settings'
- CacheControlEventSubscriber::setHeaderCacheControl in src/
EventSubscriber/ CacheControlEventSubscriber.php - Set http cache control headers.
- HttpCacheControlTest::testPageCache in tests/
src/ HttpCacheControlTest.php - Tests cache headers.
- http_cache_control_form_system_performance_settings_alter in ./
http_cache_control.module - Implements hook_form_FORM_ID_alter().
- http_cache_control_form_system_performance_settings_submit in ./
http_cache_control.module - Additional form submit handler for System Performance Settings form.
File
config/install/http_cache_control.settings.ymlView source
- cache:
- http:
- s_maxage: 0
- 404_max_age: 0
- 302_max_age: 0
- 301_max_age: 0
- 5xx_max_age: 0
- stale_while_revalidate: 0
- stale_if_error: 0
- vary: ''
- surrogate:
- maxage: 0
- nostore: false