Is there a way to disable cache setting for a specific page only in Symfony? What would be the code for that. Thx
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since your are using sf1.4, you can use
cache.ymlto manage what to put in your cache. I recommend you to read this doc (about sf1.2 but it’s ok for 1.4).You will see that you can enable disable cache, in your
apps/[app_name]/modules/[module_name]/config/cache.ymllike :