Skip to main content

cache_prune

Function cache_prune 

Source
pub fn cache_prune(keep_recent: Option<usize>) -> Result<usize>
Expand description

Prune cache: remove store tarballs not referenced by index. If keep_recent is Some(N), keep only N most recently used (by mtime).