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 2c220c4 commit 3c31e09Copy full SHA for 3c31e09
components/cache/cache_pools.rst
@@ -285,6 +285,12 @@ when all items are successfully deleted)::
285
286
.. code-block:: terminal
287
288
- $ ./bin/console cache:pool:clear <cache-pool-name>
+ $ php bin/console cache:pool:clear <cache-pool-name>
289
+
290
+ # clears the "cache.app" pool
291
+ $ php bin/console cache:pool:clear cache.app
292
293
+ # clears the "cache.validation" and "cache.app" pool
294
+ $ php bin/console cache:pool:clear cache.validation cache.app
295
296
.. _`Doctrine Cache`: https://github.com/doctrine/cache
0 commit comments