Package: effect
Module: Resource
Refreshes the cache. This method will not return until either the refresh is successful, or the refresh operation fails.
Signature
declare const refresh: <A, E>(self: Resource<A, E>) => Effect.Effect<void, E>
Since v2.0.0