Is there a memcache gwt module that I could inherit from to avoid 
compilation errors of the kind below - 

[ERROR] Line 58: No source code is available for type 
com.google.appengine.api.memcache.AsyncMemcacheService; did you forget to 
inherit a required module?

         [ERROR] Line 58: No source code is available for type 
com.google.appengine.api.memcache.MemcacheServiceFactory; did you forget to 
inherit a required module?

         [ERROR] Line 83: No source code is available for type 
com.google.appengine.api.memcache.ErrorHandlers; did you forget to inherit 
a required module?

         [ERROR] Line 98: No source code is available for type 
java.util.concurrent.Future<V>; did you forget to inherit a required module?

         [ERROR] Line 133: No source code is available for type 
java.lang.InterruptedException; did you forget to inherit a required module?

         [ERROR] Line 133: No source code is available for type 
java.util.concurrent.ExecutionException; did you forget to inherit a 
required module?


If no such module(s) exist; what would be the best workaround.

I would like to cache some data post a successful login

Thanks,

gautam

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to