You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cache dirs don't exist (rm -fr var/cache/*) if you run the command bin/console cache:clear, Symfony runs cache warmers first and then deletes the entire cache (removing all the data created in the cache warmers).
If the cache dirs exist, Symfony does the right thing: first it clears the cache and then it runs the cache warmers.