Skip to content

Commit c52e45b

Browse files
committed
Added comments.
1 parent 8836fab commit c52e45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphql-java-servlet/src/main/java/graphql/kickstart/servlet/cache/GraphQLResponseCache.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)