# Vercel Remote Cache SDK is now available

**Published:** September 19, 2022 | **Authors:** Gaspar Garcia, Tom Knickman, Jared Palmer

---

Remote Caching is an advanced feature that build tools like [Turborepo](https://turborepo.org/) use to speed up execution by caching build artifacts and outputs in the cloud. With Remote Caching, artifacts can be shared between team members in both local, and CI environments—ensuring you never need to recompute work that has already been done.

With the release of the [Vercel Remote Cache SDK](https://github.com/vercel/remote-cache), we're making the Vercel Remote Cache available to everyone. Through Vercel's Remote Caching API, teams can leverage this advanced primitive without worrying about hosting, infrastructure, or maintenance.

In addition to [Turborepo](https://turborepo.org/), which ships with the Vercel Remote Cache support by default, we're releasing plugins for [Nx](https://github.com/vercel/remote-cache/tree/main/packages/remote-nx?rgh-link-date=2022-09-19T23%3A37%3A04Z) and [Rush](https://github.com/vercel/remote-cache/tree/main/packages/remote-rush?rgh-link-date=2022-09-19T23%3A37%3A04Z).

Check out our [examples](https://github.com/vercel/remote-cache/tree/main/examples?rgh-link-date=2022-09-19T23%3A37%3A04Z) to get started.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)