public class CacheReader
extends java.lang.Object
| Constructor and Description |
|---|
CacheReader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
responseFromCache(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
GraphQLResponseCacheManager cacheManager)
Response from cache if possible, if nothing in cache will not produce any response
|
public boolean responseFromCache(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
GraphQLResponseCacheManager cacheManager)
throws java.io.IOException
java.io.IOException - if can not read value from the cache