Skip to content

Topic

Next.js caching

The caching layers built into Next.js — request memoization, the data cache, the full route cache and the client router cache — that decide when a previously fetched response is reused.

Current clusters