dimo414/bash-cache

Improve cache-warming support

dimo414 opened this issue · 1 comments

bc::warm::my_function can be used to asynchronously warm a cached value, but there's no built-in support for triggering warming (e.g. on a schedule). It would be nice to be able to indicate than a function should be "kept warm" by calling warm on some sort of schedule.

Some tangential ideas in this answer around IPC in Bash.

@kumy you might have thoughts on this FR too.