# File lib/rubygems/source_info_cache.rb, line 37
  def self.cache
    return @cache if @cache
    @cache = new
    @cache.refresh if Gem.configuration.update_sources
    @cache
  end