WebCache Service

There are times when you will need to store some data and share between multiple user devices

WebCache stores your data in name spaces. These are useful if you have multiple applications, that will use the web cache.

How to Use the Service

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.

Set a WebCache Item

http://ws.sinevia.com/webcache/set?Namespace=SINEVIA&Key=TEST&Value=TESTING&Token=Webcache_Demo
Test

Get

http://ws.sinevia.com/webcache/get?Namespace=SINEVIA&Key=TEST&Token=Webcache_Demo
Test

Remove

http://ws.sinevia.com/webcache/remove?Namespace=SINEVIA&Key=TEST&Token=Webcache_Demo
Test