Skip to content

Commit

Permalink
Docs: fix the misstatement in full route cache invalidation section
Browse files Browse the repository at this point in the history
  • Loading branch information
shehroze-1122 committed Jan 11, 2025
1 parent fefb2be commit 6aeb8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ By default, the Full Route Cache is persistent. This means that the render outpu

There are two ways you can invalidate the Full Route Cache:

- **[Revalidating Data](/docs/app/building-your-application/caching#revalidating)**: Revalidating the [Data Cache](#data-cache), will in turn invalidate the Router Cache by re-rendering components on the server and caching the new render output.
- **[Revalidating Data](/docs/app/building-your-application/caching#revalidating)**: Revalidating the [Data Cache](#data-cache), will in turn invalidate the Full Route Cache by re-rendering components on the server and caching the new render output.
- **Redeploying**: Unlike the Data Cache, which persists across deployments, the Full Route Cache is cleared on new deployments.

### Opting out
Expand Down

0 comments on commit 6aeb8b2

Please # to comment.