IntermediateVocabulary#nextjs#caching#react#web

Next.js 15 Caching: Key Vocabulary

Next.js 15 overhauled its caching model, reversing defaults and introducing fine-grained control via unstable_cache, tag-based revalidation, and new primitives like connection() and noStore(). Understanding these is critical for building performant, correct applications.

0 / 5 completed
1 / 5
What does unstable_cache do in Next.js 15?