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