clearCertificateCache method

void clearCertificateCache()

Clears the certificate cache.

Call this method if you want to force fetching fresh certificates for all hosts on the next request.

Implementation

void clearCertificateCache() {
  _certificateCache.clear();
}