4.1.3 • Published 11 months ago

@apollo/server-plugin-response-cache v4.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Response Cache plugin

This Apollo Server response cache plugin implements a full GraphQL query response cache.

  • Add the plugin to your ApolloServer's plugins list
  • Set @cacheControl hints on your schema or call info.cacheControl.setCacheHint in your resolvers
  • If the entire GraphQL response is covered by cache hints with non-zero maxAge, the whole response will be cached.

This cache is a full query cache: cached responses are only used for identical requests.

See the docs for details.

4.1.3

11 months ago

4.1.2

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.0-rc.6

2 years ago

4.0.0-alpha.5

2 years ago

4.0.0-alpha.4

2 years ago

4.0.0-alpha.3

2 years ago

4.0.0-alpha.2

2 years ago

4.0.0-alpha.1

2 years ago

4.0.0-alpha.0

2 years ago