I've got CakePHP where I've set all actions to be cached for 1 hour and
the cached views are being created as they appear in
/app/tmp/cache/views. The problem is the cached views aren't being used
and instead they are recreated every time the view is requested.

In each controller I've set: var $cacheAction = "1 hour" and the site
is running on IIS6 using. I've tried both the ISAPI and CGI versions of
the PHP module but still the cache is recreated.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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