clear_cache

Function clear_cache 

Source
pub fn clear_cache(
    program: Option<&str>,
    args: Option<&[String]>,
    config: &CacheConfig,
) -> Result<usize>
Expand description

Clear the cache for a specific command, or all cache if no command provided.