Menonaktifkan cache cache model Laravel

$results = $myModel->disableCache()->where('field', $value)->get();
Super Seahorse