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
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ You're welcome to install the v1 version of this library.
42
42
## Cache
43
43
This implementation contains a very basic cache that is intended only to be used for short lived DataLoaders (i.e. DataLoaders that ony exsist for the life of an http request). You may use your own implementation if you want.
44
44
45
-
> it also has a `NoCache` type that implements the cache interface but all methods are noop. If you do not wish to cache anyting.
45
+
> it also has a `NoCache` type that implements the cache interface but all methods are noop. If you do not wish to cache anything.
46
46
47
47
## Examples
48
48
There are a few basic examples in the example folder.
0 commit comments