Now that I have my page structure set up right to take advantage of view 
caching I have started looking at the detail.  I have noted some strange 
behavior

If I use: var $cacheAction = "10 minutes" then it works for all actions 
(although I don't think it expires after ten minutes, but that's beside 
the point for now).


However if I use an array of views with cache times set like this:

var $cacheAction = array('page_top/' => 1000);

I get no caching.

I have an action in the controller called "page_top", so according to 
the manual the setting above should give me caching for 1000 seconds on 
the page_top page.

There is no error, or indication that I have done anything wrong.  Just 
no caching.

Can anyone point out what I am doing wrong?

This is for Cake version 1.1.8.3544 on Apache, Linux

Regards,
Langdon

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