You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ORM should cache the result on Relationship action for more performance
/** * Get the results of the relationship. * * @return Model */publicfunctiongetResults(): ?Model
{
// TODO: Cache the resultreturn$this->query->first();
}
There are methods getResults in each relationship.
The text was updated successfully, but these errors were encountered:
The ORM should cache the result on Relationship action for more performance
There are methods
getResults
in each relationship.The text was updated successfully, but these errors were encountered: