Explore Library
FlashcardIntermediate

Cache Tagging with tags

Tagging fetches lets you invalidate groups of cached data by name.

Question

What is the purpose of fetch(url, { next: { tags: ['posts'] } })?

Click to reveal answer