← Back to tools

bash-cache

Function memoization and caching library for bash scripts

Productivity linuxmacos Shell MIT

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.

When to use this tool

Good fit when
  • User has slow bash functions that can be cached
  • User wants to speed up bash scripts
Avoid when
  • User needs cross-process caching
  • User does not use bash

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
View AGENTS.md for bash-cache