Add cache tags from Function responses, regardless of framework
You can now add tag(s) to cached responses from serverless functions using `addCacheTag()` and later invalidate the cache associated with these tag(s) using `invalidateByTag()`.
Steven Salat, Shraddha Agarwal, and 1 other