var myCachedValue = await myCache.StoreAsync(null, "key1", "1234", 180000); // Returns "1234"