The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。
Instance Method
インスタンスメソッド
URLProtocol:
URLProtocol:cachedResponseIsValid:
Tells the client that a cached response is valid.
クライアントに、キャッシュされた応答が有効であることを伝えます。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.2+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
- (void)URLProtocol:(NSURLProtocol
*)protocol
cachedResponseIsValid:(NSCachedURLResponse
*)cachedResponse;
Parameters パラメータ
protocol
cachedResponse
The cached response whose validity is being communicated. それの有効性が通信されているキャッシュされた応答。