Communityv1.0.0

caching

Caching strategies, invalidation, eviction policies, HTTP caching, distributed caching, and anti-patterns. Use when designing cache layers, choosing eviction policies, debugging stale data, or optimizing read-heavy workloads.

1.4kdownloads9active installswpank
View on ClawHubBack to Skills

Skill Details

Slug
caching
Latest Version
1.0.0
Author
wpank
Published
Feb 10, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for caching.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of the caching skill. - Covers core caching strategies: cache-aside, read-through, write-through, write-behind, refresh-ahead. - Details cache invalidation methods, TTL guidelines, and HTTP caching best practices. - Summarizes common application caching solutions: in-memory, Redis, Memcached, SQLite. - Explains distributed cache concepts, eviction policies, and cache layer design. - Includes anti-patterns, stampede prevention, cache warming, and monitoring recommendations.