8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--all
cache:pool:clear
1 parent dc7368b commit bb7796dCopy full SHA for bb7796d
cache.rst
@@ -725,6 +725,15 @@ Clear all custom pools:
725
726
$ php bin/console cache:pool:clear cache.app_clearer
727
728
+Clear all cache pools:
729
+ .. code-block:: terminal
730
+
731
+ $ php bin/console cache:pool:clear --all
732
733
+.. versionadded:: 6.3
734
735
+ The `--all` option was introduced in Symfony 6.3.
736
737
Clear all caches everywhere:
738
739
.. code-block:: terminal
0 commit comments