Communityv1.0.0

Smart Cache

Intelligent caching with LRU/LFU strategies and TTL management

1.5kdownloads1stars9active installsraghulpasupathi
View on ClawHubBack to Skills

Skill Details

Slug
smart-cache
Latest Version
1.0.0
Author
raghulpasupathi
Published
Feb 20, 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 Smart Cache.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of Smart Cache: a high-performance caching utility. - Supports both LRU (Least Recently Used) and LFU (Least Frequently Used) eviction strategies. - Provides configurable maximum cache size and default TTL (time-to-live) for entries. - Includes methods to set, get, delete, and clear cached items, plus access statistics. - Usage examples and configuration options included.