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:
|
response |
The response body returned by the server.
TYPE:
|
created_at |
The UTC datetime at which the response was stored.
TYPE:
|