Cache Management

Implement production-grade caching with cache keys/TTLs/consistency classes per query, SWR (stale-while-revalidate), explicit invalidation, and comprehensive testing for stale reads and cache warmup. Use when adding caching to queries, implementing cache invalidation, or ensuring cache consistency and performance.

majiayu000 f858ef0 2 files · 35.0 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/cache-management commit f858ef0eea

Frequently asked questions

npx skillmds add majiayu000/cache-management-2