You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/repo-docs/core-concepts/remote-caching.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ What if you could share a single Turborepo cache across your entire team (and ev
61
61
}}
62
62
/>
63
63
64
-
By working with providers like [Vercel](#vercel), Turborepo can securely communicate with a remote cache - a cloud server that stores the results of your tasks.
64
+
Turborepo can securely communicate with a remote cache - a cloud server that stores the results of your tasks. This can save enormous amounts of time by **preventing duplicated work across your entire organization**.
65
65
66
-
This can save enormous amounts of time by **preventing duplicated work across your entire organization**.
66
+
Remote Caching is free and can be used with both [managed providers](https://turbo.build/repo/docs/core-concepts/remote-caching#managed-remote-cache-with-vercel) or as a [self-hosted cache](https://turbo.build/repo/docs/core-concepts/remote-caching#self-hosting).
67
67
68
68
<Callout>
69
69
Remote Caching is a powerful feature of Turborepo, but, with great power,
@@ -76,6 +76,8 @@ This can save enormous amounts of time by **preventing duplicated work across yo
76
76
77
77
## Vercel
78
78
79
+
[Vercel Remote Cache](https://vercel.com/docs/monorepos/remote-caching) is free to use on all plans, even if you do not host your applications on Vercel. Follow the steps below to enable Remote Caching for your repository.
80
+
79
81
### For Local Development
80
82
81
83
To link your local Turborepo to your Remote Cache, authenticate the Turborepo CLI with your Vercel account:
0 commit comments