pub fn get_cached(project_root: &str) -> Option<Arc<ProjectIndex>>Expand description
Returns the resident ProjectIndex for project_root, loading from disk
only when absent or when the on-disk index file changed. None when no
non-empty index exists on disk.