Skip to content

Commit 3b32d4f

Browse files
authored
Update README.md
1 parent 42a0664 commit 3b32d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Apollo [data source](https://www.apollographql.com/docs/apollo-server/features/d
66
npm i apollo-datasource-mongodb
77
```
88

9-
This package uses [DataLoader](https://github.com/graphql/dataloader) for batching and per-request memoization caching. It also optionally (if you provide a `ttl`), does shared application-level caching (using either the default Apollo `InMemoryLRUCache` or the [cache you provide to ApolloServer()](https://www.apollographql.com/docs/apollo-server/features/data-sources#using-memcachedredis-as-a-cache-storage-backend)). It does this only for these two methods:
9+
This package uses [DataLoader](https://github.com/graphql/dataloader) for batching and per-request memoization caching. It also optionally (if you provide a `ttl`) does shared application-level caching (using either the default Apollo `InMemoryLRUCache` or the [cache you provide to ApolloServer()](https://www.apollographql.com/docs/apollo-server/features/data-sources#using-memcachedredis-as-a-cache-storage-backend)). It does this only for these two methods:
1010

1111
- [`findOneById(id, options)`](#findonebyid)
1212
- [`findManyByIds(ids, options)`](#findmanybyids)
@@ -176,4 +176,4 @@ Calls [`findOneById()`](#findonebyid) for each id. Resolves to an array of docum
176176

177177
`this.deleteFromCacheById(id)`
178178

179-
Deletes a document from the cache.
179+
Deletes a document from the cache.

0 commit comments

Comments
 (0)