On Fri, Sep 16, 2011 at 11:22 AM, Bryce Cutt <[email protected]> wrote: > > The onus is always on you to have as many levels of cache in place as > you can get away with so, depending on what you are caching, you are > going to benefit from using the edge cache, memcache, and instance > global variable caching all at the same time.
Sure, but when designing our apps we really need to know a rough idea what to expect from each caching layer. App design for "memcache clears every 30 seconds" will be different from "memcache clears every 5 days". I too would like to have better understanding of edge cache behavior. So far the only real documentation is Brandon's experimental observations. I don't need rigid guarantees, I just want a rough idea what to expect. Jeff -- 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.
