NSURLRequestUseProtocolCachePolicy
Use the caching logic defined in the protocol implementation, if any, for a particular URL load request.
プロトコル実装において定義されるキャッシュロジックを、もしあれば、特定のURLロードリクエストに対して使います。
NSURLRequestReloadIgnoringLocalCacheData
The URL load should be loaded only from the originating source.
URLロードは、起源としているソースからのみロードされるべきです。
NSURLRequestReloadIgnoringLocalAndRemoteCacheData
Ignore local cache data, and instruct proxies and other intermediates to disregard their caches so far as the protocol allows.
ローカルキャッシュデータを無視します、そしてプロキシおよび他の中間にあるものにそれらのキャッシュをプロトコルが許可するまで考慮しないように指示します。
NSURLRequestReloadIgnoringCacheData
Replaced by
NSURLRequestReloadIgnoringLocalCacheData
.
NSURLRequestReloadIgnoringLocalCacheData
によって置き換えられます。
NSURLRequestReturnCacheDataElseLoad
Use existing cache data, regardless or age or expiration date, loading from originating source only if there is no cached data.
既存のキャッシュデータを使います、世代または有効期限に関係なく、キャッシュされたデータが存在しない場合にのみ起源としているソースからロードします。
NSURLRequestReloadRevalidatingCacheData
Use cache data if the origin source can validate it; otherwise, load from the origin.
キャッシュされたデータを使います、もし元のソースが検証可能ならば;そうでなければ、出所からロードします。