Correct mistranslations
- The original translation means "... prior to the cache hits to the content in the data store."pull/324/head
parent
54c27cf8de
commit
0acb89a19d
|
@ -1237,7 +1237,7 @@ def set_user(user_id, values):
|
|||
|
||||
##### 欠点: ライトビハインド
|
||||
|
||||
* キャッシュがデータストア内のコンテンツにヒットする前にキャッシュが落ちるとデータ欠損が起きる可能性があります。
|
||||
* キャッシュ内のコンテンツがデータストアにたどり着く前にキャッシュが落ちると、データ欠損が起きる可能性があります。
|
||||
* キャッシュアサイドやライトスルーよりも実装が複雑になります。
|
||||
|
||||
#### リフレッシュアヘッド
|
||||
|
|
Loading…
Reference in New Issue