pub fn write_cache(
program: &str,
args: &[String],
result: &ProbeResult,
config: &CacheConfig,
) -> Result<()>Expand description
Write a result to cache.
pub fn write_cache(
program: &str,
args: &[String],
result: &ProbeResult,
config: &CacheConfig,
) -> Result<()>Write a result to cache.