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