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

initWithURL:cached:

Initializes a newly created URL handle with the specified URL. 新しく作成されたURLハンドルをこの指定されたURLで初期化します。

Declaration 宣言

- (id)initWithURL:(NSURL *)anURL 
           cached:(BOOL)willCache;

Parameters パラメータ

aURL

The URL for the new handle. 新しいハンドルに対するURL。

willCache

YES if the URL handle should cache its data and respond to requests from equivalent URLs for the cached data, NO otherwise. YES、もしURLハンドルがそれのデータをキャッシュしてそしてキャッシュされたデータに同等のURLからのリクエストに応答すべきならば、そうでなければNO

Discussion 議論

Subclasses of NSURLHandle must override this method. NSURLHandleのサブクラスは、このメソッドをオーバーライドしなければならない。

See Also 参照

Constructing NSURLHandles NSURLHandleを組み立てる