Bash Cache


Bash Cache
Bash Cache provides a transparent mechanism for caching, or memoizing, long-running Bash functions. Although it can be used for scripting its motivating purpose is to cache the results of expensive commands for display in your terminal prompt. Simply source bash-cache.sh into your script or shell.

https://github.com/dimo414/bash-cache