hi

I am using Cakephp 1.2 and having some trouble in getting cache
working properly

If I use
        var $cacheAction = "1 hour";

caching works. But if I use array of actions then it fails. No cache
file is created. I tried both using "/" and without "/"
here is my cacheAction array
var $cacheAction = array("view" => "1 hour");

any idea..what might be the problem. I am also able to cache elements
properly. But its only the view that are giving trouble.

Regards,
Ritesh


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to