caching-strategy
Installation
SKILL.md
Caching Strategy
Reference: Next.js Cache Components — the official documentation for
use cache,cacheLife,cacheTag, and Partial Prerendering.
When to Use
Use this skill when:
- Understanding which data is cached vs. real-time
- Debugging why content isn't updating after Dashboard changes
- Configuring Saleor webhooks for cache invalidation
- Modifying the
/api/revalidateendpoint - Working with
"use cache"and Suspense patterns