Skip to content

Commit 2dde10e

Browse files
authored
Update src/content/docs/kv/examples/cache-data-with-workers-kv.mdx
1 parent da0fa4b commit 2dde10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/examples/cache-data-with-workers-kv.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This example shows how you can cache data in Workers KV and read cached data fro
2626
You can also cache data in Workers with the [Cache API](/workers/runtime-apis/cache/). With the Cache API,
2727
the contents of the cache do not replicate outside of the originating data center and the cache is ephemeral (can be evicted).
2828

29-
With Workers KV, the data is persisted by default to [central stores](/kv/concepts/how-kv-works/) (or can be set to [expire](kv/api/write-key-value-pairs/#expiring-keys), and can be accessed from other Cloudflare locations.
29+
With Workers KV, the data is persisted by default to [central stores](/kv/concepts/how-kv-works/) (or can be set to [expire](/kv/api/write-key-value-pairs/#expiring-keys), and can be accessed from other Cloudflare locations.
3030
:::
3131

3232
## Cache data in Workers KV from your Worker application

0 commit comments

Comments
 (0)