clearSessionCache static method

  1. @visibleForTesting
void clearSessionCache()

Clears the in-session quality cache.

For testing only. Call between tests to prevent cache leakage across test cases.

Implementation

@visibleForTesting
static void clearSessionCache() => _sessionSettledQuality = null;