clearMTLSCache function

void clearMTLSCache()

Clear the mTLS configuration cache.

Implementation

void clearMTLSCache() {
  _mtlsConfigCache = null;
  _mtlsConfigCacheInitialized = false;
}