> But what I think TT and myself may be looking for is a way of caching > some or all pages for a given time until we give the clear cache > command. For example I may be updating some tables all the time (last > login, homepage views etc etc), but will only want to clear the cache > when someone posts a comment, or an author adds a post, which may only > happen once an hour rather than once every couple of seconds.
exactly what I want as well. And I would also like to be able to cache for people who don't have a cookie set for example (so all anonymous users just hit a static version and don't generate any load at all) I didn't see this feature anywhere, so this is a hack i will add monday (should be quite simple). This way I don't need any no-cache tags, but can implement a much faster mechanism to handle the majority of all users who are not logged in. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
