pub fn cached_find_symbol(
store: &IndexStore,
name: &str,
project_root: &Path,
dirty_files: Option<&DirtyFiles>,
) -> Option<Vec<SymbolMatch>>Expand description
Serve find symbol from the cache. Returns None if cache has no results
or any source file is stale.