Adds a purchased product to the cache
void addPurchasedProduct(String key, Purchase purchase) { _purchasedProducts[key] = purchase; }