Skip to main content

ProcCache

Type Alias ProcCache 

Source
pub type ProcCache = Cache<u32, ProcInfo>;
Expand description

Shared PID → ProcInfo cache (thread-safe, bounded, TTL-based eviction).

Aliased Type§

pub struct ProcCache { /* private fields */ }