Is there any use if I am using caching for search. I’ve a search in my site.
Anybody please give me idea about query caching in cakephp
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.
Simply set your model’s cacheQueries to true and cake will do the rest automatically
http://book.cakephp.org/1.3/view/1069/cacheQueries
For example in /models/user.php: