Files
komodo/lib/cache
mbecker20 8a06a0d6ce is work
2025-09-27 14:21:12 -07:00
..
2025-09-27 14:21:12 -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.