Searched defs:on_disk_cache (Results 1 – 3 of 3) sorted by relevance
95 pub mod on_disk_cache; module
81 pub on_disk_cache: Option<OnDiskCache<'tcx>>, field
400 let on_disk_cache = tcx.query_system.on_disk_cache.as_ref()?; in try_load_from_disk() localVariable