class Travis::Client::Cache

def delete

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