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 f8ddf1f commit 11c68c4Copy full SHA for 11c68c4
components/cache/cache_pools.rst
@@ -130,11 +130,16 @@ when all items are successfully deleted)::
130
.. code-block:: terminal
131
132
$ php bin/console cache:pool:clear <cache-pool-name>
133
-
+
134
# clears the "cache.app" pool
135
$ php bin/console cache:pool:clear cache.app
136
137
# clears the "cache.validation" and "cache.app" pool
138
$ php bin/console cache:pool:clear cache.validation cache.app
139
140
+ .. versionadded:: 3.4
141
+ Starting from Symfony 3.4, the ``cache:clear`` command no longer clears
142
+ the cache pools, so you must use the ``cache:pool:clear`` command to
143
+ delete them.
144
145
.. _`Doctrine Cache`: https://github.com/doctrine/cache
0 commit comments