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