My website is hosted on Google App Engine using Standard Python.


In request handlers, I am setting HTTP header "cache-control: max-age=3600, 
public"


So frontend server "Google Frontend" caches the response for 1hr(which I 
want to save cost).


In rare cases the content of page changes and I want the content in 
frontend cache to be invalidated. 


How can I do that? Is there any API for it?


I can't alter the URL as they have 90% traffic from Google Search.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c5e843de-86b8-4945-912d-d95bc7aaa1bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to