Cache an XML document

  • Thread starter Thread starter A
  • Start date Start date
Simply put, it is not neccesary.....

If you want something cached (held in memory) then load it into memory and
keep it there. If you feel that it takes a long time look at using call
backs etc and load the xml document when initialising the form etc etc

caching is useful for web apps as they have to use http over the internet
etc etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top