Issues with Incremental Migration to EffectTS and Using `cachedFunction`

Hey guys,

I want to incrementally migrate my codebase to EffectTS. I'm starting with the leafs, and a lot of function calls could as well be cached so I was trying to use the Effect's .cachedFunction. But it doesn't work, I think because I end up calling runPromise and that just creates a new Effect runtime everytime, is my understanding correct?
Was this page helpful?