In Symfony how can you instantely cache the routing.yml?
- by Mark
I have a file located at [application]/config/routing.yml, when I change something in there, the changes aren't active. This probably has to do with the cache as when I go into that directory [cache]/[application]/prod/config the currently active file can be seen config_routing.yml.php.
The lifetime of the cache is generally 86400 seconds, is there a way that I can immediately view/activate the changes?