pub type ProcCache = Cache<u32, ProcInfo>;
Shared PID → ProcInfo cache (thread-safe, bounded, TTL-based eviction).
pub struct ProcCache { /* private fields */ }