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