We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3881cb2 commit 3e16887Copy full SHA for 3e16887
README.md
@@ -287,3 +287,9 @@ this.findByFields({
287
`this.deleteFromCacheById(id)`
288
289
Deletes a document from the cache that was fetched with `findOneById` or `findManyByIds`.
290
+
291
+### deleteFromCacheByFields
292
293
+`this.deleteFromCacheByFields(fields)`
294
295
+Deletes a document from the cache that was fetched with `findByFields`. Fields should be passed in exactly the same way they were used to find with.
0 commit comments