Exemplo n.º 1
0
 public static PaymentCache GetInstance()
 {
     if (instance == null)
     {
         instance = new PaymentCache();
     }
     return(instance);
 }
Exemplo n.º 2
0
 public void Clear()
 {
     //nothing in cache to  clear
     instance = null;
 }