class CachedModel extends BaseModel
A database object with the ability to be cached in the memory
Get a Model based on its ID
Fetch a model's data from the database again
static BaseModel get(int|BaseModel $id)
BaseModel refresh()