I need some help figuring out caching. A lot of the site I am working on is dynamic and I do not want to cache the constantly changing data / actions. I have added Cache to app_controller, even to individual controllers, added nocache blocks in the views, $this->disableCache(); in controllers but everytime i make a change i have to hit refresh to get the new data. not just on one page but every page Any tips, suggestion? Dave
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
