sites/default/default.services.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sites/default/default.services.yml b/sites/default/default.services.yml index 2c53ce2..4ab0662 100644 --- a/sites/default/default.services.yml +++ b/sites/default/default.services.yml @@ -99,14 +99,20 @@ parameters: auto_placeholder_conditions: # Max-age at or below which caching is not considered worthwhile. # + # Disable by setting to -1. + # # @default 0 max-age: 0 # Cache contexts with a high cardinality. # + # Disable by setting to []. + # # @default ['session', 'user'] contexts: ['session', 'user'] # Tags with a high invalidation frequency. # + # Disable by setting to []. + # # @default [] tags: [] factory.keyvalue: