Does Fragment Caching Prevent Controller From Loading Unneeded Data?

If I use the Yii Fragment Cache in a view file, for example from the beginning to the end of the view file, does the controller still load do all the operations it does before rendering the file?