Cache Strategy

Implement a permanent cache-first strategy: check cache before hitting the DB, write to cache on first read, invalidate only when data changes. No TTL timeouts. Modeled on Play Framework's cache model. Use when asked to "add caching", "implement cache strategy", "cache DB results", or "reduce DB load".

ariadoss 3610e41 6.8 KB Updated

File contents

ariadoss/superskills/tree/main/skills/cache-strategy commit 3610e4110e

Frequently asked questions

npx skillmds@latest add ariadoss/cache-strategy