Actually, the cache will be refresh after re-deploy. But I suggest not to set too long max-age for dynamic pages.
Also be noticed that the edge cache is only available for Google Apps domains, no affect on appspot.com. ---------- keakon My blog(Chinese): www.keakon.net Blog source code: https://bitbucket.org/keakon/doodle/ On Sat, Dec 18, 2010 at 1:31 AM, Ikai Lan (Google) <[email protected]<ikai.l%[email protected]> > wrote: > App Engine's edge cache is not guaranteed. It's "best effort" caching, > caching that any ISP downstream could also have implemented. > > What you'd do is set the cache-control headers to "public" and set a > max-age, and App Engine's edge caches may cache your content. There's also > no way to flush your content, but the cache is key off the URL, so use a > cache buster. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger: http://googleappengine.blogspot.com > Reddit: http://www.reddit.com/r/appengine > Twitter: http://twitter.com/app_engine > > > > On Fri, Dec 17, 2010 at 9:28 AM, Matt H <[email protected]> wrote: > >> This would be nice to have. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
