Type Alias InvertedIndexCacheRef

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

Aliased Typeยง

struct InvertedIndexCacheRef { /* private fields */ }