Searched defs:OnDiskCache (Results 1 – 1 of 1) sorted by relevance
51 pub struct OnDiskCache<'sess> { struct53 serialized_data: RwLock<Option<Mmap>>,57 current_side_effects: Lock<FxHashMap<DepNodeIndex, QuerySideEffects>>,59 source_map: &'sess SourceMap,60 file_index_to_stable_id: FxHashMap<SourceFileIndex, EncodedSourceFileId>,63 file_index_to_file: Lock<FxHashMap<SourceFileIndex, Lrc<SourceFile>>>,89 // but it seemed easier to have `OnDiskCache` be independent of the `CStore`. argument108 // See `OnDiskCache.syntax_contexts` argument163 impl<'sess> OnDiskCache<'sess> { impl