### Description In #44692 we added a `cache:pool:invalidate-tags` command in addition to the existing `cache:pool:clear` command. I think `invalidate` is too long and uncommon ... besides being inconsistent with the existing `clear` command. Even in the proposed docs of this feature (https://github.com/symfony/symfony-docs/pull/16328) we use the "clear" word to explain the command: <img width="728" alt="docs" src="https://user-images.githubusercontent.com/73419/157862390-9d6184d8-90e4-4519-9691-b4b3bf01c641.png"> So, should we rename `cache:pool:invalidate-tags` as `cache:pool:clear-tags` ? Thanks! ### Example _No response_