next-cache-components - Configure Next.js 16 Cache Components and PPR
Configure Partial Prerendering and caching directives including use cache, cacheLife, cacheTag, and updateTag in Next.js 16+.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Enable Cache Components in config
- Configure cache life with cacheLife
- Tag cache entries using cacheTag
- Invalidate cache with updateTag
- Revalidate cache using revalidateTag
- Migrate legacy unstable_cache functions
Inputs
- Next.js configuration file
- Cache tags and expiration settings
- Serializable function arguments
Outputs
- Prerendered dynamic cache entries
- Invalidated or revalidated cache states
Requirements
- Next.js 16+
- Node.js runtime
- Server execution environment
