Hi Simon, thank you for the fast response! Surely my app is designed as you suggest: I try to get the object from the cache, if not found I search it in the datastore.
Just a little confirm: what is the behavior of the methods cache.containsKey(), cache.get() and cache.put() when the Memcache is not available? Do they throw an exception? what else? I cannot find such hints in the documentation. Moreover, when the method cache.clear() fails throwing the exception, may I assume that the cache will be empty the next time I use it or not? Thank you very much! Best cghersi On 26 Ago, 11:15, Simon Knott <[email protected]> wrote: > Hi, > > There have been a number of issues with MemCache availability over the last > few days. You need to ensure that your code is written in such a way that > if MemCache is unavailable, your application carries on as normal (if > possible) - at the end of the day it's only a cache, not a datastore. > > Cheers, > Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
