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