Class CachingHttpRequestInvoker

java.lang.Object
graphql.kickstart.servlet.cache.CachingHttpRequestInvoker
All Implemented Interfaces:
HttpRequestInvoker

public class CachingHttpRequestInvoker extends Object implements HttpRequestInvoker
  • Constructor Details

  • Method Details

    • execute

      public void execute(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ListenerHandler listenerHandler)
      Try to return value from cache if cache exists, otherwise process the query normally
      Specified by:
      execute in interface HttpRequestInvoker