> GAE has a built-in edge cache with undocumented behavior and no > guarantee of service. That's the first layer of defense. If you > already have Cache-Control set then this isn't good enough.
Unless I missed something, you still pay for Outgoing bandwidth. So it wont help. It will not save anything on a bandwidth-bound app. Its just saving the requests from hitting instances - and the cost savings that that brings. But also pretty sure the edge-cache only works on Billing Enabled apps anyway. (And only works on custom domains - not on appspot.com urls ) -- 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.
