WebCache stores your data in name spaces. These are useful if you have multiple applications, that will use the web cache.
The service supports both HTTP and HTTPS requests. HTTPS requests are more secure, but slower.
The service supports both POST and GET requests. POST requests are more secure.
The responses are in JSON format. JSONP format also supported.
http://ws.sinevia.com/webcache/set?Namespace=SINEVIA&Key=TEST&Value=TESTING&Token=Webcache_DemoTest
http://ws.sinevia.com/webcache/get?Namespace=SINEVIA&Key=TEST&Token=Webcache_DemoTest
http://ws.sinevia.com/webcache/remove?Namespace=SINEVIA&Key=TEST&Token=Webcache_DemoTest