关于
This skill provides comprehensive guidance for mastering the Next.js caching system, including the cutting-edge 'use cache' directive introduced in Next.js 16. It helps developers navigate the four primary caching layers—Request Memoization, Data Cache, Full Route Cache, and Router Cache—to ensure optimal application speed and data freshness. Whether you are setting up Incremental Static Regeneration (ISR), configuring on-demand revalidation with tags, or debugging cache headers, this skill offers production-grade implementation patterns for efficient data fetching and persistent storage across server and client environments.