epic-caching
Installation
SKILL.md
Epic Stack: Caching
When to use this skill
Use this skill when you need to:
- Cache results of expensive queries
- Cache responses from external APIs
- Optimize performance of data that doesn't change frequently
- Implement stale-while-revalidate
- Manage cache invalidation
- Integrate cache with server timing
Patterns and conventions
Caching Philosophy
Following Epic Web principles: