Hi All,
am using Memcache this way in my instance, with java.
MemcacheService syncCache = MemcacheServiceFactory.getMemcacheService();
syncCache.setErrorHandler(ErrorHandlers.getDefault());
myObject = syncCache.get(key);
On my instance logs am seeing this error:java.lang.NoClassDefFoundError: com/google/appengine/api/memcache/MemcacheServiceFactory
should we enable anything in the appengine-web config to support Memcache on the cloud?
thx,
-Shiv