From cache-evict
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-evict: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:
npx claudepluginhub tonone-ai/tonone --plugin cache-evict2plugins reuse this skill
First indexed Jul 25, 2026
Designs 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.
Provides cache invalidation strategies: TTL-based expiry, event-driven invalidation, versioned keys, stampede prevention, and fan-out invalidation for denormalized data.