flush in FileCache doesn't delete all files

Hi

I want to delete cache files by an action, I wrote


 Yii::$app->cache->flush(); 

in my action , but it doesn’t delete all files and made some problem for me.

please help me.