Hello,
I must really miss something
We have an java appengine application that deliver nearly "static" content : 
the result of request vary very few over time
a request is valid for almost 24h

inhttps://appengine.google.com/dashboard
I have nice chart of requests by type / per second

0% Static Requests (I think this is normal because we have nearly no static 
file all data comes from "database")
0% Cached Requets (WHYYYYYYYYYYYY)
100% Dynamic Requets

We use Memcache
I set cache header
 response.addHeader("Cache-Control", "public");
 response.addHeader("Cache-Control", "max-age="+ secondsToCache);

please please tell me what is wrong I must forget something in configuration 
fileor in java code If someone has an idea ...


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/ky-xag4DggoJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to