From bb7796d3c446f9fbccc238d3f2d2785513668958 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Fri, 17 Mar 2023 15:56:47 +0100 Subject: [PATCH] [Cache] Add documentation for new `--all` option for `cache:pool:clear` --- cache.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cache.rst b/cache.rst index a82bc64cd04..264c584c75a 100644 --- a/cache.rst +++ b/cache.rst @@ -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