Answers for "yii2 clear cache"

PHP
0

yii 1 clear cache

Yii::app()->cache->flush();
Posted by: Guest on August-12-2020
0

yii2 clear schema cache

Yii::$app->db->schema->refresh();
Posted by: Guest on August-06-2021

Browse Popular Code Answers by Language