# File lib/rubygems/source_info_cache.rb, line 111
  def reset_cache_data
    FileUtils.rm @cache_file
    @cache_data = {}
  end