nw_privacy_context_flush_cache(_:)
Flushes all cached data, such as TLS session state, created by connections associated with the privacy context.
Declaration
func nw_privacy_context_flush_cache(_ privacy_context: nw_privacy_context_t)Discussion
Flushing the cache may be asynchronous, which means that it will take effect shortly after you invoke the function.