View Source RequestCache.Plug (request_cache_plug v1.0.2)
This plug allows you to cache GraphQL requests based off their query name and variables. This should be placed right after telemetry and before parsers so that it can stop any processing of the requests and immediately return a response.
Please see RequestCache
for more details