Back to Magento2

Magento_GraphQlCache module

app/code/Magento/GraphQlCache/README.md

2.4.81.1 KB
Original Source

Magento_GraphQlCache module

This module provides the ability to cache GraphQL queries. This module allows Magento built-in cache or Varnish as the application for serving the Full Page Cache to the front end.

Installation

Before installing this module, note that this module is dependent on the following modules:

  • Magento_PageCache
  • Magento_GraphQl

For information about a module installation, see Enable or disable modules.

Extensibility

Extension developers can interact with this module. For more information about the extension mechanism, see Plugins.

The dependency injection mechanism enables you to override the functionality of this module.

Additional information