Skip to content

Commit bb7796d

Browse files
bobvandevijverjaviereguiluz
authored andcommitted
[Cache] Add documentation for new --all option for cache:pool:clear
1 parent dc7368b commit bb7796d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cache.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,15 @@ Clear all custom pools:
725725
726726
$ php bin/console cache:pool:clear cache.app_clearer
727727
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+
728737
Clear all caches everywhere:
729738

730739
.. code-block:: terminal

0 commit comments

Comments
 (0)