- initWithURL:cached:
Initializes a newly created URL handle with the specified URL.
新しく作成されたURLハンドルをこの指定されたURLで初期化します。
Deprecated 非推奨
Use NSURLConnection
or NSURLDownload
instead; see URL Loading System.
NSURLConnection
またはNSURLDownload
を代わりに使ってください;URLローディングシステムを見てください。
Availability 有効性
Technology
+ (NSURLHandle
*)cachedHandleForURL:(NSURL
*)anURL;
aURL
The URL whose cached URL handle is desired. それのキャッシュされたURLハンドルが望まれるURL。
The URL handle from the cache that has serviced a
or another identical URL. Returns nil
if there is no such handle.
提供されたa
または別の同一のURLを持つキャッシュからのURLハンドル。nil
を返します、もしそのようなハンドルがないならば。
Subclasses of NSURLHandle
must override this method.
NSURLHandle
のサブクラスは、このメソッドをオーバーライドしなければならない。
- initWithURL:cached: