Skip to content

Commit a5d1091

Browse files
authored
Update src/content/docs/hyperdrive/configuration/query-caching.mdx
1 parent b825e45 commit a5d1091

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 all 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.
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)