GraphQlCache Module
CacheId\CacheIdCalculator
Model
This class generates a unique cache identifier (X-Magento-Cache-Id) for GraphQL responses by combining various cache factors (like store, currency, cu...
CacheableQuery
Model
This class manages GraphQL query caching by collecting cache tags from entities involved in queries and tracking whether the response is cacheable. De...
CacheableQueryHandler
Model
This class manages GraphQL query caching by collecting cache tags and determining cache validity for HTTP responses. Developers use this to ensure Gra...
Resolver\IdentityPool
Model
This class manages a pool of identity resolver instances used for GraphQL cache invalidation. Developers use it to retrieve identity resolvers that de...