Remote model

class Remote(name, url, verify_ssl=True, disabled=False, allowed_packages=None, remote_type=None)

The Remote class represents a remote registry of packages. It’s a read-only opaque object that should not be created directly, but obtained from the relevant RemotesAPI subapi methods.

invalidate_cache()

If external operations might have modified the remote since it was instantiated, this method can be called to invalidate the cache. Note that this is done automatically when the remote is used in any operation by Conan, such as uploading packages, so this method is not usually needed when only interacting with the Conan API