Instance Method インスタンスメソッド

flushWithCompletionHandler:

Flushes cookies and credentials to disk, clears transient caches, and ensures that future requests occur on a new TCP connection. クッキーと資格情報をディスクへと排出します、短期キャッシュをきれいにします、そして将来のリクエストが新しいTCP接続上で発生することを保証します。

Declaration 宣言

- (void)flushWithCompletionHandler:(void (^)(void))completionHandler;

Parameters パラメータ

completionHandler

The completion handler to call when the flush operation is complete. This handler is executed on the delegate queue. この排出操作が完了するときに呼び出すことになる完了ハンドラ。このハンドラは、委任先キュー上で遂行されます。

See Also 参照

Managing the Session セッションを管理する