Response Unmarshaller for DescribeCache operation
Inheritance: JsonResponseUnmarshaller
 public static DescribeCacheResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DescribeCacheResponseUnmarshaller();
       }
       return instance;
 }
 public static DescribeCacheResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeCacheResponseUnmarshaller();
     }
     return(instance);
 }