Skip to content

Schemas

CacheData

Bases: BaseModel

A single entry stored in the cache.

ATTRIBUTE DESCRIPTION
url

The URL that was requested, used as the cache key.

TYPE: str

response

The response body returned by the server.

TYPE: dict[str, Any]

created_at

The UTC datetime at which the response was stored.

TYPE: datetime