- initWithScheme:host:path:
- loadResourceDataNotifyingClient:usingCache:
- resourceDataUsingCache:
- setResourceData:
- propertyForKey:
- setProperty:forKey:
Availability 有効性
Technology
- (NSURLHandle
*)URLHandleUsingCache:(BOOL)shouldUseCache;
shouldUseCache
Whether to use a cached URL handle. If should
is YES
, the cache is searched for a URL handle that has serviced the receiver or another identical URL. If should
is NO
, a newly instantiated handle is returned, even if an equivalent URL has been loaded.
キャッシュされたURLハンドルを使うかどうか。should
がYES
ならば、キャッシュは、レシーバまたは他の同一なURLに情報提供したURLハンドルを求めて検索されます。should
がNO
ならば、新しくインスタンス化されたハンドルが返されます、たとえ同等なURLがロードされていたとしても。
A URL handle to service the receiver. レシーバに情報提供するURLハンドル。
Sophisticated clients use the URL handle directly for additional control. 洗練されたクライアントは、URLハンドルを直接にさらなる制御のために使います。
Use the NSURLSession
or NSURLConnection
classes for loading content from remote URLs.
NSURLSession
またはNSURLConnection
クラスをリモートURLからコンテンツをロードするのに使ってください。
- initWithScheme:host:path:
- loadResourceDataNotifyingClient:usingCache:
- resourceDataUsingCache:
- setResourceData:
- propertyForKey:
- setProperty:forKey:
+ cachedHandleForURL: