Skip to main content

Module shared_cache

Module shared_cache 

Source

Structs§

IpconfigCache
ipconfig /all output stored as raw text.
NetstatCache
Parsed netstat -ano output plus PID-to-process-name map.
SharedCache
Pre-fetched data shared across technician-mode diagnostic modules. Built once before tokio::join! and passed by reference into each module’s collect_with_cache() to avoid duplicate subprocess calls.