Caches the control flow graph of a request.
The control flow graph is a view on the dataflow graph (see ControlFlowGraph), so what is cached here is not the analysis but the simplification passes applied on top of it: the projection itself is lazy and costs nothing until something walks it.
Optional
Caches the control flow graph of a request.
The control flow graph is a view on the dataflow graph (see ControlFlowGraph), so what is cached here is not the analysis but the simplification passes applied on top of it: the projection itself is lazy and costs nothing until something walks it.