I thought static files got cached on the users machine? How would GAE know when a cached copy is used?
Could it be possible that the cached requests refers to memcache? On Nov 24, 8:40 pm, "Brandon Wirtz" <[email protected]> wrote: > Pragma, Public, expiration. > > If you have static files those may be cached even if you haven't set your > cache expiration headers. > > > > > > > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of WallyDD > Sent: Thursday, November 24, 2011 5:24 PM > To: Google App Engine > Subject: [google-appengine] Re: When you get your Cache Headers working > > Which headers exactly? > > I am running my own code. > > On Nov 24, 3:04 pm, "Brandon Wirtz" <[email protected]> wrote: > > Are you running your own code or someone else's? If you don’t set > > cache headers you don't get cached requests so someone set your headers. > > > -----Original Message----- > > From: [email protected] > > > [mailto:[email protected]] On Behalf Of WallyDD > > Sent: Thursday, November 24, 2011 8:31 AM > > To: Google App Engine > > Subject: [google-appengine] Re: When you get your Cache Headers > > working > > > I get a similar picture... but I have never touched my cache headers. > > Or am I missing something? > > > On Nov 24, 5:27 am, "Brandon Wirtz" <[email protected]> wrote: > > > This is what it looks like when your cache headers start working right. > > > > image001.jpg > > > 19KViewDownload > > > -- > > 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 > athttp://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 > athttp://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.
