generic-cache-eviction
CommunityImplement robust cache eviction.
AuthorPuzzle9900
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures that in-memory caches reliably evict old data using a time-to-refresh (TTR) strategy that is safe against clock adjustments.
Core Features & Use Cases
- Clock-Safe Eviction: Prevents data staleness even if system clocks change unexpectedly.
- Jitter Implementation: Avoids thundering herd problems by staggering cache refreshes.
- Use Case: When building a feature that caches frequently accessed user profiles, this skill guides you to implement an eviction policy that ensures users always see up-to-date information without overwhelming your backend services.
Quick Start
Guide me through implementing clock-safe cache eviction for a new in-memory cache.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: generic-cache-eviction Download link: https://github.com/Puzzle9900/puzzle9900-claude-plugin/archive/main.zip#generic-cache-eviction Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.