Introducing the Runtime Cache API
Vercel releases an API for its Runtime Cache, enabling programmatic storage, retrieval, and tag-based invalidation of ephemeral data across Functions, Middleware, and Builds within a region.
You can now access Vercel's .Runtime Cache via API The Runtime Cache is an ephemeral cache for storing and retrieving data across , , and within the same region. It supports tag-based invalidation for precise and efficient cache control.FunctionsRouting MiddlewareBuilds 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 based on the runtime region. billed regionally Learn more about .Runtime Cache in the docs Read more
- vercel.comIntroducing the Runtime Cache APIprimary