Instance Property インスタンスプロパティ

cachedResponse

The protocol’s cached response. プロトコルのもつキュシャされた応答。

Declaration 宣言

@NSCopying var cachedResponse: CachedURLResponse? { get }

Discussion 議論

If not overridden in a subclass, this method returns the cached response stored at initialization time. サブクラスにおいてオーバーライドされなかったならば、このメソッドは初期化時に格納されたキャッシュされた応答を返します。

See Also 参照

Getting Protocol Attributes プロトコル属性を取得する