Files
komodo/lib/cache
mbecker20 d1d2227d36 prog
2025-09-27 14:21:11 -07:00
..
2025-09-27 14:21:11 -07:00
2024-11-04 20:28:31 -08:00
2025-03-23 16:47:06 -07: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.