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

URLHandleUsingCache:

Returns a URL handle to service the receiver. レシーバに情報提供するURlハンドルを返します。

Declaration 宣言

- (NSURLHandle *)URLHandleUsingCache:(BOOL)shouldUseCache;

Parameters パラメータ

shouldUseCache

Whether to use a cached URL handle. If shouldUseCache is YES, the cache is searched for a URL handle that has serviced the receiver or another identical URL. If shouldUseCache is NO, a newly instantiated handle is returned, even if an equivalent URL has been loaded. キャッシュされたURLハンドルを使うかどうか。shouldUseCacheYESならば、キャッシュは、レシーバまたは他の同一なURLに情報提供したURLハンドルを求めて検索されます。shouldUseCacheNOならば、新しくインスタンス化されたハンドルが返されます、たとえ同等なURLがロードされていたとしても。

Return Value 戻り値

A URL handle to service the receiver. レシーバに情報提供するURLハンドル。

Discussion 議論

Sophisticated clients use the URL handle directly for additional control. 洗練されたクライアントは、URLハンドルを直接にさらなる制御のために使います。

Special Considerations 特別な注意事項

Use the NSURLSession or NSURLConnection classes for loading content from remote URLs. NSURLSessionまたはNSURLConnectionクラスをリモートURLからコンテンツをロードするのに使ってください。

See Also 参照

Deprecated 非推奨

Related Documentation 関連文書