Skip to content

Commit e389895

Browse files
authored
Update src/content/reference/react/cacheSignal.md
1 parent 14d82f6 commit e389895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/cacheSignal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: cacheSignal
1818

1919
<Intro>
2020

21-
`cacheSignal()` returns an [`AbortSignal`](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) which aborts when the cache lifetime is done based on the same execution scope as a [`cache()`](/reference/react/cache)ed function
21+
`cacheSignal` allows you to know when the `cache()` life time is over.
2222

2323
```js
2424
const signal = cacheSignal();

0 commit comments

Comments
 (0)