Skip to content

Commit 8385b93

Browse files
committed
minor #18072 [Cache] Add documentation for new --all option for cache:pool:clear (bobvandevijver)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Cache] Add documentation for new `--all` option for `cache:pool:clear` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Documentation update for symfony/symfony#49705. Commits ------- bb7796d [Cache] Add documentation for new `--all` option for `cache:pool:clear`
2 parents 2c89029 + bb7796d commit 8385b93

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
@@ -722,6 +722,15 @@ Clear all custom pools:
722722
723723
$ php bin/console cache:pool:clear cache.app_clearer
724724
725+
Clear all cache pools:
726+
.. code-block:: terminal
727+
728+
$ php bin/console cache:pool:clear --all
729+
730+
.. versionadded:: 6.3
731+
732+
The `--all` option was introduced in Symfony 6.3.
733+
725734
Clear all caches everywhere:
726735

727736
.. code-block:: terminal

0 commit comments

Comments
 (0)