2014-08-07 10:48:11 +00:00
|
|
|
# Local development services.
|
|
|
|
#
|
|
|
|
# To activate this feature, follow the instructions at the top of the
|
|
|
|
# 'example.settings.local.php' file, which sits next to this file.
|
2016-11-15 10:29:40 +00:00
|
|
|
parameters:
|
|
|
|
http.response.debug_cacheability_headers: true
|
2014-08-07 10:48:11 +00:00
|
|
|
services:
|
|
|
|
cache.backend.null:
|
|
|
|
class: Drupal\Core\Cache\NullBackendFactory
|