Skip to content

Commit 88f5e14

Browse files
Add documentation for new --all option for cache:pool:clear
1 parent dc7368b commit 88f5e14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cache.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,14 @@ Clear all custom pools:
725725
726726
$ php bin/console cache:pool:clear cache.app_clearer
727727
728+
Clear all cache pools:
729+
730+
$ php bin/console cache:pool:clear --all
731+
732+
.. versionadded:: 6.3
733+
734+
The `--all` option was introduced in Symfony 6.3.
735+
728736
Clear all caches everywhere:
729737

730738
.. code-block:: terminal

0 commit comments

Comments
 (0)