Type Method 型メソッド

cachedHandleForURL:

Returns the URL handle from the cache that has serviced the specified URL or another identical URL. URLハンドルを、この指定されたURLまたは別の同一のURLに情報提供したキャッシュから返します。

Declaration 宣言

+ (NSURLHandle *)cachedHandleForURL:(NSURL *)anURL;

Parameters パラメータ

aURL

The URL whose cached URL handle is desired. それのキャッシュされたURLハンドルが望まれるURL。

Return Value 戻り値

The URL handle from the cache that has serviced aURL or another identical URL. Returns nil if there is no such handle. 提供されたaURLまたは別の同一のURLを持つキャッシュからのURLハンドル。nilを返します、もしそのようなハンドルがないならば。

Discussion 議論

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

See Also 参照

Constructing NSURLHandles NSURLHandleを組み立てる