We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27d411 commit 86ef885Copy full SHA for 86ef885
docs/01-app/03-building-your-application/02-data-fetching/01-fetching.mdx
@@ -207,7 +207,7 @@ export function Posts() {
207
208
### Caching data with an ORM or Database
209
210
-You can use the `unstable_cache` API to cache the response to allow pages to be prerendered when running `next build`.
+You can use the `unstable_cache` API to cache the response when running `next build`.
211
212
```tsx filename="app/page.tsx" switcher
213
import { unstable_cache } from 'next/cache'
0 commit comments