@apollo/server-plugin-response-cache
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

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.

/@apollo/server-plugin-response-cache/

    Package Sidebar

    Install

    npm i @apollo/server-plugin-response-cache

    Weekly Downloads

    38,928

    Version

    4.1.3

    License

    MIT

    Unpacked Size

    162 kB

    Total Files

    31

    Last publish

    Collaborators

    • dkuc
    • glasser
    • trevor.scheer
    • apollo-bot