Does Yii automatically delete cached files ?

hello guys,

I am caching the creation of a lot of images. (I am using the file cache)

The images are created under the /tmp directory and the content of the picture is cached.

This pictures are cached for 5 minutes, so I know that after that period the same image is going to be render again.

My question is if the other cached images that are already cached and have a longer period than 5 minutes are going to be automatically deleted. I have a very big quantity of pictures so render them all for all the sizes are not an option for my HD.

Anyone knows this ?

Thanks for everything :).

The answer to your question is YES

right from http://www.yiiframework.com/doc/api/1.1/CFileCache