class Bundler::CompactIndexClient::Cache
def already_fetched?(remote_path)
def already_fetched?(remote_path) @mutex.synchronize { !@endpoints.add?(remote_path) } end
def already_fetched?(remote_path) @mutex.synchronize { !@endpoints.add?(remote_path) } end