# File lib/bundler/index.rb, line 42
    def self.from_cached_specs(path)
      Source::GemCache.new("path" => path).specs
    end