8000 applying comment from @wouterJ · symfony/symfony-docs@3c31e09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c31e09

Browse files
authored
applying comment from @wouterj
1 parent 2c220c4 commit 3c31e09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/cache/cache_pools.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ when all items are successfully deleted)::
285285

286286
.. code-block:: terminal
287287
288-
$ ./bin/console cache:pool:clear <cache-pool-name>
288+
$ 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
289295
290296
.. _`Doctrine Cache`: https://github.com/doctrine/cache

0 commit comments

Comments
 (0)
0