I have been spending a lot of time trying to figure out a way to do this, and I was hoping that someone could point me in the right direction. I have built a google app engine that helps people codify reports. The codes they use are pretty static, though there will need to be checks to make sure there is an update to the code base. The thing is, I would like to store the codes in the browser cache so that I don't need to do a round trip to the server, which then filters the results. If I am able to keep it in the browser cache, it will be significantly faster load, not constantly pinging the db for the results, especially if the user changes what the autotext start is.
Any ideas? Is there a better way?
thanks!