← All plugins
api-cache-manager
v1.25.0Implement caching strategies with Redis, CDN, and HTTP headers
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-cache-manager/ inside the repository.
Layout
plugins/api-development/api-cache-manager/
├── .claude-plugin/plugin.json└── skills/managing-api-cache/SKILL.md
Skills1
managing-api-cacheskills/managing-api-cache/SKILL.md
Implement intelligent API response caching with Redis, Memcached, and CDN integration. Use when optimizing API performance with caching. Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".
Manifests1
plugins/api-development/api-cache-manager/.claude-plugin/plugin.json
{
"name": "api-cache-manager",
"version": "1.25.0",
"description": "Implement caching strategies with Redis, CDN, and HTTP headers",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"caching",
"redis",
"cdn",
"performance"
]
}