class documentation

class CacheT(Protocol):

Known subclasses: pydoctor.sphinx.IntersphinxCache

View In Hierarchy

Undocumented

Method get Undocumented
def get(self, url):

Undocumented

Parameters
url:strUndocumented
Returns
Optional[bytes]Undocumented