Skip to content
← Back to Changelog

Monday, September 19th 2022

Vercel Remote Cache SDK is now available

Posted by

Avatar for gaspar09

Gaspar Garcia

Software Engineer

Avatar for tknickman

Tom Knickman

Software Engineer

Avatar for jared

Jared Palmer

VP of Product, AI

Remote Caching is an advanced feature that build tools like Turborepo 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, 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, which ships with the Vercel Remote Cache support by default, we're releasing plugins for Nx and Rush.

Check out our examples to get started.

Post