Отключение кэширования запросов Laravel Model Cache

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