yii1 refresh cache schema code example
Example 1: yii 1 clear cache
Yii::app()->cache->flush();
Example 2: yii1 refresh cache schema
Yii::app()->db->schema->getTables();
// clear the cache of all loaded tables
Yii::app()->db->schema->refresh();