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
The big thing for me was that it wasn't clear that the cache could be reused. It talks about the state monad and the cache being immutable which caused me to make some bad assumptions, even after diving into the code.
This should be more explicit and clear to not confuse people.
The text was updated successfully, but these errors were encountered:
I'd also add that it can be reused between fetches also, i.e. if you have a cache (say ScalaCache) that you wrap & pass in to the fetch run, that cache can be used.
Spotted in the gitter channel
This should be more explicit and clear to not confuse people.
The text was updated successfully, but these errors were encountered: