About WebMemcache is web frontend of google memcache. Anyone can use from anywhere. Usage WebMemcache has not RESTful APIs. Set jQuery.ajax({ url: '/set', type: 'POST', dataType: 'json', data: {'foo': 'foooo', 'bar': 'barrrrrr', namespace: 'test', expire: 3600}, success: function(json){ console.log(json); } }); returns ({namespace:"test", data:{foo:"foooo", bar:"barrrrrr"}}) Get jQuery.ajax({ url: