class documentation

class Cached(Resolver): (source)

Constructor: Cached(next)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method resolve Receive address of the service by its ID
Instance Variable _cache Undocumented
Instance Variable _next Undocumented
def __init__(self, next: Resolver): (source)

Undocumented

def resolve(self, service_id: str) -> str: (source)

Receive address of the service by its ID Args: service_id (str): service ID Returns: str: address of the service

Undocumented

Undocumented