# Next.js 16: 'use cache' + cacheLife() reemplaza configuración fetch

Con Cache Components habilitado, marcar una función con `'use cache'` y opcionalmente `cacheLife('hours')` reemplaza el viejo `fetch(url, { next: { revalidate } })`. Más declarativo y funciona con cualquier fuente de datos, no solo fetch. PPR genera shells estáticos + streaming dinámico.

- Fecha: 30 ABR 2026 (`2026-04-30`)
- Tags: Next.js, Cache, Performance

---

Este es un TIL: una nota corta, sin página HTML propia. Se lee en contexto, junto al resto, en [/lab](https://www.angelcruz.dev/lab#next-16-use-cache-cachelife).

Índice completo del sitio: [/sitemap.md](https://www.angelcruz.dev/sitemap.md)
