class documentation

class PureFileCacheReceiver(ParentReceiver): (source)

Constructor: PureFileCacheReceiver(cache)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method can_retry Undocumented
Async Method _fetch Undocumented
Instance Variable _cache Undocumented

Inherited from Receiver:

Async Method fetch Undocumented
Property latest Undocumented
Instance Variable _latest Undocumented
def __init__(self, cache: ThrottledTokenCache): (source)

Undocumented

def can_retry(self, err: Exception, options: dict[str, str] | None = None) -> bool: (source)
async def _fetch(self, timeout: float | None = None, options: dict[str, str] | None = None) -> Token: (source)

Undocumented