I don't know if Cake avoids the cache for admin pages but, personally, I don't see any point in caching them, anyway. Your server wouldn't likely get very many hits for them.
On Fri, Sep 25, 2009 at 7:01 AM, irshad <[email protected]> wrote: > > Hello, > > I am using cakephp 1.2 for developing my project. I am caching the > pages, i am able to cache pages easily and it is working fine but i am > not able to cache admin pages. Means i am not able to cache the pages > having "admin/..." in the url. > > I am able to cache this type of url > eg: > http://localhost/stc/admins/viewall > > I am not able to cache this type of url > eg: > http://localhost/stc/admin/admins/viewall > > The above url contains "admin" in the url because it is admin side > page and i am not able to cache this type of page. > > Please help me. > > Thanks, > Irshad > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
