OK, I've got a handler running on a test URL, and it's returning the following response headers.
Cache-Control: public, max-age=31449600 (that's 364 days) Pragma: Public I've got biling enabled. My domain is an appspot.com domain (it would appear that at some point in this past, this didn't work, but then as of 2012, it was supposedly working, according to this: http://www.keepitcloud.com/2012/05/caching/). However, I can hit my test URL it over and over with curl, and every request gets handled as a dynamic request (there are no Cache-control headers in these requests). So, either I'm doing something wrong, or the edge cache doesn't deem this URL's response worthy of caching. How can I tell? -Andy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
