I want to clear cache on a specific page ? I’m using Joomla as my CMS. Whats the override do I have to do? What’s the code should I insert into my view?
Thanks
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.
You can’t clear the browsers cache using server side commands. You can only prevent things from being cached. Im not sure how you would go about doing it for every single thing on a page, but for an article for example, you could install the PHP Direct plugin then add the following code (untested):
Don’t forget to use the php tags.