yii cache

I’m not sure if yii puts automatically a routing info to the cache? Cache is empty, I only initialize Cache (CFileCache), and I see a file in the cache directory with the information about routing. Is this possible, or I overlooked some call to the cache in my code?

Regards,

Augustin

It does, you might set it to false in the urlmanager configuration cacheID=>false

thank you