I am working on a project with symfony 2.6.9 and Symfony CMF to build a content management system.
The user has a function where he can change his pagename. Every time he edits the pagename I have to clear symfony cache to see the changes but I don't want to do that!
So my question is: How can i disable all caching in Symfony CMF?
thanks for your answer. In our parameters.yml we had two caching entries relating to phpcr. I had to remove those two entries and now it works like expected :)