Symfony not existing routes after cache update

This is the first time I’ve encountered this, after the bin/console cache:clear non-existent routes appeared, physically such methods no longer exist in the controller, and accordingly it doesn’t see new ones either…
Symfony 5.4

Маршруты проверяю:
bin/console debug:router
When viewing the route in detail,
bin/console debug:router nameroute
it shows that it found a method in the controller!?!

Even completely manually deleting the contents of the cache folder did not produce results. I can’t understand where he gets the old routes from.
After the command bin/console cache:clear, all files are created new in the cache folder.

enter image description here