LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-21

Capabilities

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

Source

  • Spec: SKILL.md
nextjs
caching
ppr
react
performance
Enable Cache Components in config
Configure cache life with cacheLife
Tag cache entries using cacheTag
Invalidate cache with updateTag
Next.js configuration file
Cache tags and expiration settings
Serializable function arguments
Prerendered dynamic cache entries
Invalidated or revalidated cache states