Enumeration Case 列挙ケース

NSURLRequest.CachePolicy.reloadIgnoringLocalCacheData

The URL load should be loaded only from the originating source. URLロードは、起源としているソースからのみロードされるべきです。

Declaration 宣言

case reloadIgnoringLocalCacheData = 1

Discussion 議論

This policy specifies that no existing cache data should be used to satisfy a URL load request. このポリシーは、既存のキャッシュデータがURLロードリクエストを満足させるために使われるべきでないことを指定します。

See Also 参照

Policies ポリシー