class Travis::Client::Cache

def delete

def delete
  repository.delete_caches(:branch => branch, :match => slug)
end

def inspect_info

def inspect_info
  [repository.slug, branch, slug].compact.join(" ")
end