Function with_cache

Source
pub fn with_cache(
    graph: Arc<Mutex<Graph>>,
    cache_id: String,
    path: String,
) -> Result<(), Error>