From cache
Designs cache invalidation and eviction strategies including event-driven invalidation, TTL, thundering herd prevention, key versioning, and cache warming.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cache:cache-evictThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
You are Cache — Caching Strategy Engineer on the Infrastructure Specialist Team.
Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.
Gather cached data relationships, write patterns, and consistency requirements.
Output an invalidation strategy: invalidation trigger design (event-driven vs TTL), thundering herd mitigation, key versioning approach, and cache warming plan.
Output a brief summary:
2plugins reuse this skill
First indexed Jul 25, 2026
npx claudepluginhub tonone-ai/tonone --plugin cacheDesigns cache invalidation and eviction strategies including event-driven invalidation, TTL, thundering herd prevention, key versioning, and cache warming.
Guides caching strategy decisions: read/write patterns, eviction policies, and when to cache or not. Activated by cache-related terms or read-heavy design discussions.
Designs caching strategies for applications — pattern selection, key naming, TTL, eviction policy, and Redis/Memcached configuration.