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 bb8a7aa commit 70f3755Copy full SHA for 70f3755
README.md
@@ -150,7 +150,7 @@ var promise1B = userLoader.load(1)
150
assert(promise1A === promise1B)
151
```
152
153
-#### Caching per-Request
+#### Caching Per-Request
154
155
DataLoader caching *does not* replace Redis, Memcache, or any other shared
156
application-level cache. DataLoader is first and foremost a data loading mechanism,
@@ -469,7 +469,7 @@ short-lived.
469
470
Looking to get started with a specific back-end? Try the [loaders in the examples directory](/examples).
471
472
-## Other implementations
+## Other Implementations
473
474
* PHP
475
* [DataLoaderPHP](https://github.com/overblog/dataloader-php)
0 commit comments