Using `Effect.cached` Across Multiple Calls to `Effect.runPromise`

Is it possible to get Effect.cached to work across multiple calls to Effect.runPromise, e.g. in a frontend app which uses HttpApiClient?
Was this page helpful?