Navigation Menu

Skip to content

Commit

Permalink
Apply new translation for old revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent 48ecadd commit cb2dbf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.8/dump-restore/index.md
Expand Up @@ -242,8 +242,8 @@ $ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10" | jq "."
]
~~~

`select`コマンドにクエストを送る前に、まずキャッシュを削除しておくことに注意が必要です
これを怠ると、古い情報に基づいて、キャッシュされた結果が意図せず返されてしまいます。
`select`コマンドにクエストを送る前に、まずキャッシュを削除しておくことに注意して下さい
これを忘れると、古い情報に基づいて、キャッシュされた結果が意図せず返されてしまいます。

既定の設定では、レスポンスキャッシュは直近の100リクエストに対して保存され、保持期間は1分間です。
上記のように、`/cache`のパスの位置にHTTPの`DELETE`のリクエストを送信すると、手動でレスポンスキャッシュを削除できます。
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.9/dump-restore/index.md
Expand Up @@ -242,8 +242,8 @@ $ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10" | jq "."
]
~~~

`select`コマンドにクエストを送る前に、まずキャッシュを削除しておくことに注意が必要です
これを怠ると、古い情報に基づいて、キャッシュされた結果が意図せず返されてしまいます。
`select`コマンドにクエストを送る前に、まずキャッシュを削除しておくことに注意して下さい
これを忘れると、古い情報に基づいて、キャッシュされた結果が意図せず返されてしまいます。

既定の設定では、レスポンスキャッシュは直近の100リクエストに対して保存され、保持期間は1分間です。
上記のように、`/cache`のパスの位置にHTTPの`DELETE`のリクエストを送信すると、手動でレスポンスキャッシュを削除できます。
Expand Down

0 comments on commit cb2dbf1

Please sign in to comment.