/**
  * Clear the contents of the entire cache
  */
 public static function clear()
 {
     self::$_content_cache = null;
     self::$_alias_map = null;
     self::$_id_map = null;
 }