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