XML caching in rails

I have a fairly large XML file that is generated - what's the best way to cache it? This is the xml.builder file - can I use Russian Doll style caching?

+3


source to share





All Articles