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