function clearCache(){ $.get("../eng/index.php?r=site/clear&"+new Date().getTime(),function(){alert("Clear eng cache ok."); });}
public function actionClear(){ Yii::app()->cache->flush();}