Enumeration Case 列挙ケース

NSURLRequestReturnCacheDataDontLoad

Use existing cache data, regardless or age or expiration date, and fail if no cached data is available. 既存のキャッシュデータを使います、世代または有効期限に関係なく、そしてキャッシュされたデータが利用可能でないならば失敗します。

Declaration 宣言

NSURLRequestReturnCacheDataDontLoad = 3

Discussion 議論

If there is no existing data in the cache corresponding to a URL load request, no attempt is made to load the data from the originating source, and the load is considered to have failed. This constant specifies a behavior that is similar to an “offline” mode. URLロードリクエストに対応しているキャッシュの中に既存のデータがないならば、起源としているリソースからデータをロードする試みはなされません、そしてロードは失敗したとみなされます。この定数は、“オフライン” モードと等しい挙動を指定します。

See Also 参照

Policies ポリシー