We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8e74a commit 2c220c4Copy full SHA for 2c220c4
components/cache/cache_pools.rst
@@ -278,4 +278,13 @@ when all items are successfully deleted)::
278
// ...
279
$cacheIsEmpty = $cache->clear();
280
281
+.. tip::
282
+
283
+ If the Cache component is used inside a Symfony application, you can remove
284
+ all the items of a given cache pool with the following command:
285
286
+ .. code-block:: terminal
287
288
+ $ ./bin/console cache:pool:clear <cache-pool-name>
289
290
.. _`Doctrine Cache`: https://github.com/doctrine/cache
0 commit comments