01

跨请求缓存

公共文章数据可由所有访问者复用

Server Component → use cache → cacheTag("learning-posts")

缓存刷新后,获取时间会立即变化。

02

请求时渲染

请求到达后才生成当前值

Suspense → connection() → 每次请求执行

读取请求时间…