On this pageCachedRequest Pydantic model for cached request information. Only internal structure.Index Propertieshydratedidlock_expires_atwas_already_handledProperties hydratedhydrated: Request | NoneThe hydrated request object (the original one).idid: strThe ID of the request.lock_expires_atlock_expires_at: datetime | NoneThe expiration time of the lock on the request.was_already_handledwas_already_handled: boolWhether the request was already handled.
Pydantic model for cached request information.
Only internal structure.