Skip to content

Commit 3e16887

Browse files
committed
update README
1 parent 3881cb2 commit 3e16887

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,9 @@ this.findByFields({
287287
`this.deleteFromCacheById(id)`
288288

289289
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

Comments
 (0)