# File lib/rubygems/source_info_cache.rb, line 68
  def self.reset
    @cache = nil
    @system_cache_file = nil
    @user_cache_file = nil
  end