/**
  * @return CArrayList|null
  */
 private static function getCacheCompetention()
 {
     if (is_null(self::$_cacheCompetentions)) {
         self::$_cacheCompetentions = new CArrayList();
     }
     return self::$_cacheCompetentions;
 }