hi bakers, I am trying to better understand caching philosophy in cakephp. I have specific questions
1. Is caching specific to particular session or its general to whole website. If not, how do you cache result of same action for different users i.e. actions give different result for different users 2. how cache are saved i.e. how the data is represented in tmp folder. Somehow my cache are working but nothing is created in my tmp/cache/ views folder. I am not sure where cache files are placed. 3. Can you cache renderedElement for different users. I have a list of articles in users library and they are persistently displayed on left hand side of the page. To avoid querying database everytime, I am caching the result. But every user will have different articles in his library, so a whole site wide cache wont work and I need to cache data for every user.How can I do this? Please help in better understanding of cakephp. Regards, bingo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
