Log in
  1. Magento Explorer

GraphQlResolverCache Module

All Interface (6) Model (7)

Model\Resolver\Result\DehydratorInterface

Interface

This interface defines a contract for converting GraphQL resolver results into a format that can be serialized and stored in cache. Developers impleme...

Model\Resolver\Result\DehydratorProviderInterface

Interface

This interface defines a contract for providing dehydrator instances based on specific GraphQL resolvers. Developers implement this interface to creat...

Model\Resolver\Result\HydratorInterface

Interface

This interface defines a contract for hydrating (populating/enriching) cached GraphQL resolver data before it's passed to child resolvers. Developers...

Model\Resolver\Result\HydratorProviderInterface

Interface

This interface defines a provider that returns the appropriate hydrator for a given GraphQL resolver. Developers would implement this interface when b...

Model\Resolver\Result\PrehydratorInterface

Interface

This interface defines a contract for prehydrating cached GraphQL resolver data immediately after it's retrieved from cache. Developers implement this...

Model\Resolver\Result\ValueProcessorInterface

Interface

This interface defines value processors for GraphQL resolver cache operations in Magento 2. Developers implement this interface to transform or modify...

Courses

Playlists

Lessons

Exams

Magento Explorer