public static PaymentCache GetInstance() { if (instance == null) { instance = new PaymentCache(); } return(instance); }
public void Clear() { //nothing in cache to clear instance = null; }