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

removeAllCachedResourceValues

Removes all cached resource values and temporary resource values from the URL object. 全てのキャッシュされたリソース値と一時リソース値をURLオブジェクトから取り除きます。

Declaration 宣言

- (void)removeAllCachedResourceValues;

Discussion 議論

This method is applicable only to URLs that represent file system resources. このメソッドは、ファイルシステムリソースを表すURLにのみ適用可能です。

See Also 参照

Accessing Resource Values リソース値にアクセスする