Skip to content

Commit 9a5844a

Browse files
authored
Make cache()'s request scope more obvious
1 parent a1cc2ab commit 9a5844a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: cache
1010

1111
<Intro>
1212

13-
`cache` lets you cache the result of a data fetch or computation.
13+
`cache` lets you cache the result of a data fetch or computation for the span of a server request.
1414

1515
```js
1616
const cachedFn = cache(fn);

0 commit comments

Comments
 (0)