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