Next.js extend native fetch với caching:
fetch(url)mặc địnhno-storetừ Next.js 15+ (trước đó cache).{ cache: 'force-cache' }để opt-in cache.{ next: { revalidate: 60 } }revalidate sau 60 giây.{ next: { tags: ['posts'] } }tag để invalidate theo tag.
Data cache tách biệt với Full Route Cache.