pub fn load_persisted(max_age_secs: u64) -> Option<Value>
Load persisted proxy introspection data from disk. Returns None if the file doesn’t exist or is stale (> max_age_secs).
None
max_age_secs