dimo414 / bash-cache

Transparent caching layer for bash functions; particularly useful for functions invoked as part of your prompt.
GNU General Public License v3.0
73 stars 4 forks source link

Mechanism for cache warming #3

Closed dimo414 closed 6 years ago

dimo414 commented 6 years ago

Original report by Michael Diamond (Bitbucket: dimo414).


Provide a user-accessible way to warm function caches asynchronously, e.g. bc::warm::foo or bc::warm foo.

From https://bitbucket.org/dimo414/prompt.gem/issues/5

dimo414 commented 6 years ago

Original comment by Michael Diamond (Bitbucket: dimo414).


Support asynchronous cache warming. Resolves #3.