static function clear()
 {
     $cmd = CommandCache::getDbConnection()->createCommand('delete from `command_cache`');
     return $cmd->execute();
 }