Skip to content

Commit bf39209

Browse files
committed
feature #11369 [Cache] Show how to list all available pools (Nyholm)
This PR was merged into the master branch. Discussion ---------- [Cache] Show how to list all available pools This is documentation for symfony/symfony#31021 This will fix #9782 Commits ------- e1636aa Show how to list all available pools
2 parents 966fa12 + e1636aa commit bf39209

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cache.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,12 @@ The global clearer clears all the cache in every pool. The system cache clearer
638638
is used in the ``bin/console cache:clear`` command. The app clearer is the default
639639
clearer.
640640

641+
To see all available cache pools:
642+
643+
.. code-block:: terminal
644+
645+
$ php bin/console cache:pool:list
646+
641647
Clear one pool:
642648

643649
.. code-block:: terminal

0 commit comments

Comments
 (0)