# File lib/rubygems/source_info_cache.rb, line 38 def self.cache(all = false) return @cache if @cache @cache = new @cache.refresh all if Gem.configuration.update_sources @cache end