Add cache tags from Function responses, regardless of framework
addCacheTag @vercel/functions You can now add one or more cache tags to your Function response by importing thefunction fromnpm package. import { addCacheTag } from '@vercel/functions' Once the cached response has a tag associated with it, you can later invalidate the cache in one of several ways…
Sources
- T1Add cache tags from Function responses, regardless of frameworkVercel (blog + changelog)