I am interested to know what commands allows me to write and read data to and from Amazon ElasticCache using the ASP.NET SDK. I've viewed the online documentation but couldn't figure out how it is done.What I did in the code: I created to keys in the web.config to store the Id and Access password.\[code\]AmazonElastiCacheClient client = new AmazonElastiCacheClient(ElasticCache_Id, ElasticCache_Pass);\[/code\]Initialize the AmazonElasticCacheClient object and pass the credentials strings.I need a sample code that will demonstrate how to put data and how to retrieve data from the ElasticCache cluster. thanks.