MattC wrote: > I wrote the RSS Plugin. I didn't give much thought to caching at the > time. Another route you could take: The RSS Class that is used has > caching built in. You could put something in the controller to use > check that cache before doing all the SQL to regenerate the feed.
Ok, I'll give it a try. However the problem with Cake cache still persists. What if I would like to cache an xml stream? It would always start with <?xml... ?> and that will generate the error I got. > If you figure out a way to use Cake's cache, without having to alter > the core code, I'd be interesting in including it. Of course. However including a layout (and use it :)), should be the only things to do to make Cake cache working. It's the first time I'm using Cake cache so I could be wrong with something. I would like to see an opinion of a smarter person than me with caching. What if you try to cache an xml stream? Bye and thank Davide --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
