pub type PdgCache<'tcx> = Rc<Cache<Instance<'tcx>, PartialGraph<'tcx>>>;
Stores PDG’s we have already computed and which we know we can use again given a certain key.
struct PdgCache<'tcx> { /* private fields */ }