Skip to main content

Module cache

Module cache 

Source
Expand description

LRU cache for analysis results indexed by path, modification time, and mode.

Provides thread-safe, capacity-bounded caching of file analysis outputs using LRU eviction. Recovers gracefully from poisoned mutex conditions.

Structsยง

AnalysisCache
LRU cache for file analysis results with mutex protection.
CacheKey
Cache key combining path, modification time, and analysis mode.