Have you added :

var $cacheAction = array(
    'Your action/view URL'  => secondsofcache
        );

in your controller ?

for example :

var $cacheAction = array(
    'cat/'  => 21600
        );

Regards,

Feris

On 8/10/07, Kimble <[EMAIL PROTECTED]> wrote:
>
> Im so frustrated!
>
> I have a lot of complex views using > 100 queries. I can't publish the
> site before I can get the
> view caching stuff working. All configurations are set, tmp directory
> is writeable, but nothing
> gets cached! What can I be doing wrong?
>
>
> >
>

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