/**
  * @static
  * @return CArrayList
  */
 private static function getCachePersonIndexes()
 {
     if (is_null(self::$_cachePersonIndexes)) {
         self::$_cachePersonIndexes = new CArrayList();
     }
     return self::$_cachePersonIndexes;
 }