Symfony in vagrant environment
Running Symfony based application in vagrant environment most likely would yield in cache issues.
In order to fix this, we need to instruct Symfony framework to place it's cache outside the vagrant synced folder. Luckily, it's easy and supported by the framework itself.
Check on How to Override Symfony's default Directory Structure (Symfony Docs)