From 8609fecc330f2737b14616e3d8f2b42caf1af518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loren=20=E2=98=BA=EF=B8=8F?= <251288+lorensr@users.noreply.github.com> Date: Sat, 28 Dec 2019 17:43:02 -0500 Subject: [PATCH] Add cache configuration link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb9572..1219017 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This method accepts one OPTIONAL parameter, `ttl` that is the number of seconds The default value for cache is `5 seconds`. -configuration, SQLDataSource falls back to an InMemoryLRUCache like the [RESTDataSource]. +Unless [configured](https://www.apollographql.com/docs/apollo-server/data/data-sources/#using-memcachedredis-as-a-cache-storage-backend), SQLDataSource uses an InMemoryLRUCache like the [RESTDataSource]. ## SQLDataSource Properties