mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
Cache module
Contains a thread-safe async timeout cache implementation. Used to cache outputs in memory for a limited time period. Can be used to avoid re-running the underlying process which generated an output in too short a timeframe.