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.
1 parent 8385b93 commit 8e5736cCopy full SHA for 8e5736c
cache.rst
@@ -723,13 +723,14 @@ Clear all custom pools:
723
$ php bin/console cache:pool:clear cache.app_clearer
724
725
Clear all cache pools:
726
- .. code-block:: terminal
727
728
- $ php bin/console cache:pool:clear --all
+.. code-block:: terminal
+
729
+ $ php bin/console cache:pool:clear --all
730
731
.. versionadded:: 6.3
732
- The `--all` option was introduced in Symfony 6.3.
733
+ The ``--all`` option was introduced in Symfony 6.3.
734
735
Clear all caches everywhere:
736
0 commit comments