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

urlProtocol(_:cachedResponseIsValid:)

Tells the client that a cached response is valid. クライアントに、キャッシュされた応答が有効であることを伝えます。

Declaration 宣言

func urlProtocol(_ protocol: URLProtocol, 
cachedResponseIsValid cachedResponse: CachedURLResponse)

Parameters パラメータ

protocol

The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。

cachedResponse

The cached response whose validity is being communicated. それの有効性が通信されているキャッシュされた応答。