Skip to content

Commit

Permalink
Update src/content/docs/kv/concepts/how-kv-works.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
thomasgauvin and hyperlint-ai[bot] authored Sep 23, 2024
1 parent d5acb3d commit 5667932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/kv/concepts/how-kv-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Initial reads from a location do not have a cached value. Data must be read from

:::note[Hot and cold read]

A hot read means that the data is cached on Cloudflare's edge network using the [CDN](https://developers.cloudflare.com/cache/), whether it is in a local cache or a regional cache. A cold read means that the data is not cached, so the data must be fetched from the storage backends.
A hot read means that the data is cached on Cloudflare's edge network using the [CDN](/cache/), whether it is in a local cache or a regional cache. A cold read means that the data is not cached, so the data must be fetched from the storage backends.
:::

![Initial reads will miss the cache and go to the nearest central data store first.](~/assets/images/kv/kv-slow-read.svg)
Expand Down

0 comments on commit 5667932

Please sign in to comment.