Skip to content

Commit

Permalink
Incorporate feedback from abernix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow authored and Stephen Barlow committed Mar 4, 2021
1 parent 02d91fe commit ca3630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/performance/caching.md
Expand Up @@ -207,7 +207,7 @@ const server = new ApolloServer({

On initialization, this plugin automatically begins caching responses according to [field settings](#in-your-schema-static).

The plugin uses the same in-memory LRU cache as Apollo Server's other features. For environments with multiple server instances, you should instead use a shared cache backend, such as [Memcached or Redis](#memcachedredis-setup).
The plugin uses the same in-memory LRU cache as Apollo Server's other features. For environments with multiple server instances, you might instead want to use a shared cache backend, such as [Memcached or Redis](#memcachedredis-setup).

>In addition to the [`Cache-Control` HTTP header](#caching-with-a-cdn), the `responseCachePlugin` also sets the `Age` HTTP header to the number of seconds the returned value has been in the cache.
Expand Down

0 comments on commit ca3630c

Please sign in to comment.