In a class i am using aggregation framework with a very complex pipeline $results = $this->model_name::raw(function ($collection) use ($query) { return $collection->aggregate($query) }); i need to pass option to allow disk cache How can I do this?