InvertedIndexCacheRef

Type Alias InvertedIndexCacheRef 

Source
pub type InvertedIndexCacheRef = Arc<IndexCache<(FileId, IndexVersion), InvertedIndexMetas>>;

Aliased Typeยง

pub struct InvertedIndexCacheRef { /* private fields */ }