cacheKey, function () { return Room::with(['judges'])->get(); }); } public function refreshCache() { Cache::forget($this->cacheKey); $this->getAuditions(); } }