TOAD 13.1.1.5
CTRL+E should give cached plan if possible, estimated if not.
Right click in Explain plan area, "load cached plan if possible" is selected.
I run my SQL so it should be cached, then CTRL+E, but I see "new plan" every time just above the Explain plan dialog. My understanding was once its ran and cached it should be taking the cached execution plan.