diff --git a/components/cache/cache_pools.rst b/components/cache/cache_pools.rst index 751b645f80b..b28788d0d64 100644 --- a/components/cache/cache_pools.rst +++ b/components/cache/cache_pools.rst @@ -130,11 +130,16 @@ when all items are successfully deleted):: .. code-block:: terminal $ php bin/console cache:pool:clear - + # clears the "cache.app" pool $ php bin/console cache:pool:clear cache.app # clears the "cache.validation" and "cache.app" pool $ php bin/console cache:pool:clear cache.validation cache.app + .. versionadded:: 3.4 + Starting from Symfony 3.4, the ``cache:clear`` command no longer clears + the cache pools, so you must use the ``cache:pool:clear`` command to + delete them. + .. _`Doctrine Cache`: https://github.com/doctrine/cache