Cache Management

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

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/vilnacrm-org--user-service--cache-management commit d5e5fbf148

Frequently asked questions

npx skillmds@latest add tomevault-io/cache-management-2