Hello everybody.

I'm trying the rss plugins[1] and it works great. However, in order to
save server resources, I'm trying to cache the view. I've toggled
debug to 3 in order to see if it's caching and I've putted
CACHE_CHECK=true in config and then I tried to treat plugin controller
as a normal controller with the following result

class RssController extends RssAppController {
        var $name = 'Rss';
        var $helpers = array('Time', "Cache");
        var $uses = '';
        var $model = null;
   var $cacheAction = "+1 hour";

However, watching at the generated rss appened there's always the
executed query (with different time of execution). So the question is:
am I wrong with somethig or cake doesn't support cache for plugins?

Thanks a lot
Davide

1.
http://bakery.cakephp.org/articles/view/automagic-rss-feed-generator-plugin






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