The URL protocol object sending the message. メッセージを送っているURLプロトコルオブジェクト。
Instance Method
インスタンスメソッド
url
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 宣言
func urlProtocol(_ protocol: URLProtocol
,
cachedResponseIsValid cachedResponse: CachedURLResponse
)
Parameters パラメータ
protocol
cachedResponse
The cached response whose validity is being communicated. それの有効性が通信されているキャッシュされた応答。