You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,9 @@ cache for that single query. Disabling cache via the config flag still works.
130
130
131
131
**Recommendation: use option #1 in all your seeder queries to avoid pulling in
132
132
cached information when reseeding multiple times.**
133
-
You can disable a given query by using `disableCache()` in the query chain, and
134
-
it needs to be placed (anywhere) prior to the query command (`get()`, `all()`,
135
-
`find()`, etc). For example:
133
+
You can disable a given query by using `disableCache()` in the query chain. It must be placed immediately behind the model, and not in the query chain. For example:
0 commit comments