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

URLProtocol:cachedResponseIsValid:

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

Declaration 宣言

- (void)URLProtocol:(NSURLProtocol *)protocol 
cachedResponseIsValid:(NSCachedURLResponse *)cachedResponse;

Parameters パラメータ

protocol

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

cachedResponse

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