From 0acb89a19de6b129262122674fe0e4eac1f670f5 Mon Sep 17 00:00:00 2001 From: SATO Yusuke Date: Fri, 13 Sep 2019 15:21:27 +0900 Subject: [PATCH] Correct mistranslations - The original translation means "... prior to the cache hits to the content in the data store." --- README-ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-ja.md b/README-ja.md index 5bb8acb8..284160ad 100644 --- a/README-ja.md +++ b/README-ja.md @@ -1237,7 +1237,7 @@ def set_user(user_id, values): ##### 欠点: ライトビハインド -* キャッシュがデータストア内のコンテンツにヒットする前にキャッシュが落ちるとデータ欠損が起きる可能性があります。 +* キャッシュ内のコンテンツがデータストアにたどり着く前にキャッシュが落ちると、データ欠損が起きる可能性があります。 * キャッシュアサイドやライトスルーよりも実装が複雑になります。 #### リフレッシュアヘッド