Skip to content

Commit 00a659c

Browse files
committed
Update cache docs
1 parent 5209987 commit 00a659c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/content/docs/cache.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ import Npm from '@mdx/Npm.astro';
33

44
# Cache
55

6-
<Callout type='warning'>
7-
Available only on `drizzle-orm@cache` tag
8-
9-
<Npm>
10-
drizzle-orm@cache
11-
</Npm>
12-
</Callout>
13-
146
Drizzle sends every query straight to your database by default. There are no hidden actions, no automatic caching
157
or invalidation - you'll always see exactly what runs. If you want caching, you must opt in.
168

0 commit comments

Comments
 (0)