In Symfony how can you instantely cache the routing.yml?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-03-16T14:59:53Z Indexed on 2010/03/16 15:01 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about symfony

Related posts about cache