pub fn clear_cache( program: Option<&str>, args: Option<&[String]>, config: &CacheConfig, ) -> Result<usize>
Clear the cache for a specific command, or all cache if no command provided.