Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:06 +08:00
commit d9d5734464
17 changed files with 1235 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-cache-manager skill
- [ ] clear_cache.sh: Script to clear the API cache based on different strategies (Redis, HTTP headers).
- [ ] warm_cache.py: Python script to pre-populate the cache with frequently accessed data.
- [ ] cache_stats.sh: Script to retrieve and display cache statistics (hit rate, size, etc.).