I have some relatively large XML documents that I would like to cache for a period of time. I already cache the query from the DB using OSCache with Ibatis SQL Maps. I would like to know you opinion of caching the XML document that is then create from this data. Would you suggest using EHCache, OSCache or SwarmCache? Why?
If you have done this analysis before, please share any performace results you may have. Thank you.


Reply With Quote