Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upPass cache set() errors when generating value on get() #136
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If get() generates a value but then fails to write it to the cache, this will now fail and pass the error. It will still pass the generated value back alongside the error.