cache; return $cache->get(self::$sourceDataListByAccidentIdCacheKey); } public static function setAccidentCasesScoreConfigUpdate() { $cache = Yii::$app->cache; return $cache->set(self::$sourceDataListByAccidentIdCacheKey, 1); } public static function clearAccidentCasesScoreConfigUpdate() { Yii::$app->cache->delete(self::$sourceDataListByAccidentIdCacheKey); } }