← Back to tools
View AGENTS.md for bash-cache
bash-cache
Function memoization and caching library for bash scripts
Description
bash-cache is a function memoization and caching library for bash scripts and shells. It caches the output of expensive function calls to speed up subsequent invocations.
AI Summary
A bash function memoization library that caches expensive function output for faster subsequent calls.
Capabilities
- + Cache bash function output
- + Memoize expensive operations
- + Configurable cache expiration
- + Simple integration with existing scripts
Use When
- → User has slow bash functions that can be cached
- → User wants to speed up bash scripts
Avoid When
- x User needs cross-process caching
- x User does not use bash