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
@@ -770,6 +772,12 @@ private function createCachePluginNode()
770
772
->end()
771
773
->end()
772
774
->end()
775
+
->arrayNode('cache_listeners')
776
+
->info('A list of service ids to act on the response based on the results of the cache check. Must implement '.CacheListener::class.'. Defaults to an empty array.')
777
+
->beforeNormalization()->castToArray()->end()
778
+
->prototype('scalar')
779
+
->end()
780
+
->end()
773
781
->scalarNode('respect_cache_headers')
774
782
->info('Whether we should care about cache headers or not [DEPRECATED]')
0 commit comments