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