caching-strategy-advisor
SolidRecommends the right caching layer, TTL strategy, and invalidation approach for any application bottleneck.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
caching-strategy-architect
Design caching architectures that are fast AND correct - cache placement (in-process, distributed, CDN), pattern selection (cache-aside, read-through, write-through, write-behind), TTL and invalidation strategy, stampede protection, and consistency guarantees. Use when database load is too high, latency needs cutting, the same data is fetched repeatedly, users see stale data after updates, cache and database disagree, a cache expiry causes load spikes (thundering herd), or the user asks where or how to add caching or fix cache invalidation.
caching-queues-cache-strategy-layers
Decide what caches where (CDN, app, Redis) and how entries die so staleness stays bounded.
api-caching-strategies
Application-level caching strategies, HTTP caching, cache invalidation, and stampede prevention