[google-appengine] Re: Does the datastore cache?

2008-10-13 Thread Sylvain
Probably this bug (accepted) http://code.google.com/p/googleappengine/issues/detail?id=732 On 13 oct, 10:41, Josh Heitzman [EMAIL PROTECTED] wrote: Just tried my app and I'm seeing changes show up immediately as expected. I was having some issue with page caching until I added: meta

[google-appengine] Re: Does the datastore cache?

2008-10-13 Thread Josh Heitzman
Just tried my app and I'm seeing changes show up immediately as expected. I was having some issue with page caching until I added: meta http-equiv=Cache-Control content=no-cache / to the head element of my pages. If you can reproduce the problem yourself, you can check your logs right

[google-appengine] Re: Does the datastore cache?

2008-09-19 Thread tijer
To follow up... Users are reporting that they do in fact not see the newest page when they go to the site, and have to reload or force- reload the page a couple of times before they get updated content... It is unclear to me whether the error lies in the datastore or in some cached-page setting

[google-appengine] Re: Does the datastore cache?

2008-09-19 Thread Andreas Krohn
Some clarifications from me as well... It doesn't matter how many times I force reload without cache, the new content doesnt show up (even if I can see it in the datastore). The delay is not just a few minutes (which I could live with) but several hours (and counting). Any ideas of how to get