cacheKey, function () { return ScoringGuide::with('subscores')->get(); }); } public function refreshCache() { Cache::forget($this->cacheKey); $this->getScoringGuides(); } }