You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->thenInvalid('Configured a match_response but ExpressionLanugage is not available')
187
+
->end()
184
188
->children()
185
189
->scalarNode('path')
186
190
->defaultNull()
@@ -324,7 +328,7 @@ private function addTagSection(ArrayNodeDefinition $rootNode)
324
328
->enumNode('enabled')
325
329
->values(array(true, false, 'auto'))
326
330
->defaultValue('auto')
327
-
->info('Allows to disable the listener for tag annotations when your project does not use the annotations. Enabled by default if you have expression language and the cache manager.')
331
+
->info('Allows to disable the event subscriber for tag configuration and annotations when your project does not use the annotations. Enabled by default if you configured the cache manager.')
328
332
->end()
329
333
->scalarNode('header')
330
334
->defaultValue('X-Cache-Tags')
@@ -334,6 +338,10 @@ private function addTagSection(ArrayNodeDefinition $rootNode)
->thenInvalid('Configured a tag_expression but ExpressionLanugage is not available')
344
+
->end()
337
345
->children();
338
346
339
347
$this->addMatch($rules);
@@ -361,7 +369,7 @@ private function addInvalidationSection(ArrayNodeDefinition $rootNode)
361
369
->enumNode('enabled')
362
370
->values(array(true, false, 'auto'))
363
371
->defaultValue('auto')
364
-
->info('Allows to disable the listener for invalidation annotations when your project does not use the annotations. Enabled by default if you have expression language and the cache manager.')
372
+
->info('Allows to disable the listener for invalidation. Enabled by default if the cache manager is configured. When disabled, the cache manager is no longer flushed automatically.')
365
373
->end()
366
374
->arrayNode('rules')
367
375
->info('Set what requests should invalidate which target routes.')
0 commit comments