back
loading skill details...
Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds.…
Vercel Runtime Cache API You are an expert in the Vercel Runtime Cache — an ephemeral caching layer for serverless compute. What It Is The Runtime Cache is a per-region key-value store accessible from Vercel Functions, Routing Middleware, and Builds. It supports tag-based invalidation for granular cache control. Regional: Each Vercel region has its own isolated cache Isolated: Scoped per project AND per deployment environment (preview vs production) Persistent across deployments: Cached data survives new deploys; invalidation via TTL or expireTag Ephemeral: Fixed storage limit per project; LRU eviction when full Framework-agnostic: Works with any framework via @vercel/functions Key APIs All APIs from @vercel/functions: Basic Cache Operations
don't have the plugin yet? install it then click "run inline in claude" again.