Hello all
I have a pullable atom where I create a stream from an expensive effect (it runs many requests), and I want to implement caching to avoid too many calls on the API I've looked at the section of the docs about caching, and I want to ask.
Do I cache the effect, or the created stream or does atom-react cache the create fn by default?