File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
graphql-java-servlet/src/main/java/graphql/kickstart/servlet/cache Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ public interface GraphQLResponseCache {
1010 /**
1111 * Retrieve the cache by input data. If this query was not cached before, will return empty {@link Optional}.
1212 *
13+ * @param request the http request
1314 * @param invocationInput input data
1415 * @return cached response if something available in cache or {@literal null} if nothing cached
1516 */
@@ -18,6 +19,7 @@ public interface GraphQLResponseCache {
1819 /**
1920 * Decide to cache or not this response. It depends on the implementation.
2021 *
22+ * @param request the http request
2123 * @param invocationInput input data
2224 * @param cachedResponse response to cache
2325 */
You can’t perform that action at this time.
0 commit comments