+ Data can be fetched without suspending using the{" "}
+ useCacheValue
hook. (This hook uses the imperative{" "}
+ readAsync
API, called from an effect.)
+
+
+ This hook exists as an escape hatch. When possible, values should be
+ loaded using the read
API.
+