Response Unmarshaller for DescribeCacheParameters operation
Inheritance: XmlResponseUnmarshaller
 public static DescribeCacheParametersResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DescribeCacheParametersResponseUnmarshaller();
     }
     return instance;
 }
Example #2
0
 public static DescribeCacheParametersResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DescribeCacheParametersResponseUnmarshaller();
     }
     return(instance);
 }