Skip to main content

list_runs_cached

Function list_runs_cached 

Source
pub fn list_runs_cached(cache: &mut StatCache<RunMeta>) -> Vec<Arc<RunMeta>>
Expand description

list_runs through a StatCache, for pollers: each meta.json is re-parsed only when its stat changes, and cache entries for deleted runs are dropped. Same ordering and skip-unreadable behavior as list_runs.