/**
- Fetch a model from cache with specified connection.
- @PARAM int|string $id
- @PARAM class-string $class
- @PARAM string|null $connection
*/
public function findFromCache($id, string $class, ?string $connection = null): ?Model
Reactions are currently unavailable
/**
*/
public function findFromCache($id, string $class, ?string $connection = null): ?Model