Yesterday's Top Poster

Introducing the Runtime Cache API

  • Thread starter Thread starter Luba Kravchenko, Kelly Davis
  • Start date Start date
You can now access Vercel's Runtime Cache via API.

The Runtime Cache is an ephemeral cache for storing and retrieving data across Functions, Routing Middleware, and Builds within the same region. It supports tag-based invalidation for precise and efficient cache control.

You can get started with the API like this:


You can monitor hit rates, invalidation patterns, and storage usage across your applications in the Observability dashboard's Runtime Cache tab.

Runtime Cache reads and writes are billed regionally based on the runtime region.



Read more

Continue reading...
 
Back
Top