/**
  * Set the class inherit map cache file path
  * 
  * @param string $path
  */
 static function setClassInheritMapPath($path)
 {
     self::$_classInheritMapLocation = $path;
 }