Skip to content

Commit 51bff7c

Browse files
thomasgauvinOxyjun
authored andcommitted
Update query-caching.mdx (cloudflare#22951)
* Update query-caching.mdx * Update src/content/docs/hyperdrive/configuration/query-caching.mdx * Update src/content/docs/hyperdrive/configuration/query-caching.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 66181de commit 51bff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/configuration/query-caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { TabItem, Tabs } from "~/components";
99

10-
Hyperdrive automatically caches the most popular queries executed against your database, reducing the need to go back to your database (incurring latency and database load) for every query.
10+
Hyperdrive automatically caches all cacheable queries executed against your database when query caching is turned on, reducing the need to go back to your database (incurring latency and database load) for every query which can be especially useful for popular queries.
1111

1212
## What does Hyperdrive cache?
1313

0 commit comments

Comments
 (0)