Check the archive, I have a post about VERY specific formatting required to get Edge Cache to work.
> -----Original Message----- > From: [email protected] [mailto:google- > [email protected]] On Behalf Of Kurt > Sent: Sunday, March 11, 2012 12:16 AM > To: Google App Engine > Subject: [google-appengine] Enabling edge cache - what am I missing > > Hi. > > I am having a tough time getting edge caching to work. > > I have a simple handler that does: > > self.response.headers['Cache-Control'] = 'public, max-age:300' > self.response.headers['Pragma'] = 'Public' > > My app is: > > * hosted on a custom domain > * billing enabled > > But all I see are 200's in the logs. With edge cache, I should see 204s. > > Is there something I am missing? > > -- > 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 google- > [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.
