If you set the default_expiration in your app.yaml file All the static files get the correct expire time as part of the response header. It is up to the browser to use this expire time.
I think they are part of the outgoing bandwith. Otherwise I would store all my large images as statics and as such keep longer in the free quota. 2009/10/19 Lucemia <[email protected]>: > > Hey everyone: > > Just a simple question which I want to ask. > > Since the google app engine never return a 304 response status to > browser, > those static files which are hosted in google app engine could not be > reused by browser cache > ;therefore, it will cost the bandwidth every times. > Is this statement correct? > > Thank you. > > Best Regards. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
