Skip to content

Commit 71b0b26

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Cache] Document `cache:pool:clear`’s new `--exclude` option [Serializer] Use NormalizerInterface instead of ObjectNormalizer
2 parents 6199c6f + fafd420 commit 71b0b26

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cache.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,16 @@ Clear all cache pools:
749749

750750
The ``--all`` option was introduced in Symfony 6.3.
751751

752+
Clear all cache pools except some:
753+
754+
.. code-block:: terminal
755+
756+
$ php bin/console cache:pool:clear --all --exclude=my_cache_pool --exclude=another_cache_pool
757+
758+
.. versionadded:: 6.4
759+
760+
The ``--exclude`` option was introduced in Symfony 6.4.
761+
752762
Clear all caches everywhere:
753763

754764
.. code-block:: terminal

0 commit comments

Comments
 (0)