clearMTLSCache function
void
clearMTLSCache()
Clear the mTLS configuration cache.
Implementation
void clearMTLSCache() {
_mtlsConfigCache = null;
_mtlsConfigCacheInitialized = false;
}
Clear the mTLS configuration cache.
void clearMTLSCache() {
_mtlsConfigCache = null;
_mtlsConfigCacheInitialized = false;
}