You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed #92 (Very important)
This has been done by changing the behaviour of Update so that it now acts identically to updating the cache and then calling Save, rather than setting the cache to the result of the UpdateAsync. This is worth keeping in mind if you were relying on this behaviour, but this behaviour was not intentional.