php bin/console doctrine:cache:clear-query
Clear all query cache of the various cache drivers
Usage
doctrine:cache:clear-query [--em EM]
Options
--em Name of the entity manager to operate on
Help
The doctrine:cache:clear-query command is meant to clear the query cache of associated Entity Manager.