clearProxyCache function

void clearProxyCache()

Clear proxy agent cache.

Implementation

void clearProxyCache() {
  // In the Dart port, no memoized proxy agents to clear,
  // but we reset any cached state.
  _keepAliveDisabled = false;
}