8000 [Cache] Add documentation for new `--all` option for `cache:pool:clear` by bobvandevijver · Pull Request #18072 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Cache] Add documentation for new --all option for cache:pool:clear #18072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Cache] Add documentation for new --all option for cache:pool:clear
  • Loading branch information
bobvandevijver authored and javiereguiluz committed Mar 29, 2023
commit bb7796d3c446f9fbccc238d3f2d2785513668958
9 changes: 9 additions & 0 deletions cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,15 @@ Clear all custom pools:

$ php bin/console cache:pool:clear cache.app_clearer

Clear all cache pools:
.. code-block:: terminal

$ php bin/console cache:pool:clear --all

.. versionadded:: 6.3

The `--all` option was introduced in Symfony 6.3.

Clear all caches everywhere:

.. code-block:: terminal
Expand Down
0