8000 Show how to list all available pools · symfony/symfony-docs@e1636aa · GitHub
[go: up one dir, main page]

Skip to content

Commit e1636aa

Browse files
committed
Show how to list all available pools
1 parent 1d3d7e0 commit e1636aa

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
@@ -419,6 +419,12 @@ The global clearer clears all the cache in every pool. The system cache clearer
419419
is used in the ``bin/console cache:clear`` command. The app clearer is the default
420420
clearer.
421421

422+
To see all available cache pools:
423+
424+
.. code-block:: ter 6133 minal
425+
426+
$ php bin/console cache:pool:list
427+
422428
Clear one pool:
423429

424430
.. code-block:: terminal

0 commit comments

Comments
 (0)
0