diff --git a/src/index.js b/src/index.js index 4608716..3dcdc65 100644 --- a/src/index.js +++ b/src/index.js @@ -313,6 +313,7 @@ function failedDispatch( }); } +// Private: given the DataLoader's options, produce a CacheMap to be used. function getValidCacheMap( options: ?Options ): CacheMap> {