clearCACertsCache function
void
clearCACertsCache()
Clear the CA certificates cache.
Implementation
void clearCACertsCache() {
_caCertsCache = null;
_caCertsCacheInitialized = false;
}
Clear the CA certificates cache.
void clearCACertsCache() {
_caCertsCache = null;
_caCertsCacheInitialized = false;
}