From e1636aa5cde488c803b00eb75a4649d6b741c52a Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 8 Apr 2019 20:21:08 +0200 Subject: [PATCH] Show how to list all available pools --- cache.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cache.rst b/cache.rst index 830988891ea..743b3369d75 100644 --- a/cache.rst +++ b/cache.rst @@ -419,6 +419,12 @@ The global clearer clears all the cache in every pool. The system cache clearer is used in the ``bin/console cache:clear`` command. The app clearer is the default clearer. +To see all available cache pools: + +.. code-block:: terminal + + $ php bin/console cache:pool:list + Clear one pool: .. code-block:: terminal