# File lib/rubygems/source_info_cache.rb, line 135
  def self.system_cache_file
    @system_cache_file ||= File.join(Gem.dir, "source_cache")
  end