protected override void PrivateUpdate(bool fullUpdate, bool initialPass) { if (initialPass) { ScoringLookup.Validate(); } if (fullUpdate) { ScoringLookup.UnloadCaches(false); } base.PrivateUpdate(fullUpdate, initialPass); }