Package io.leangen.graphql
Class GraphQLRuntime.CacheKeyFunction
- java.lang.Object
-
- io.leangen.graphql.GraphQLRuntime.CacheKeyFunction
-
- All Implemented Interfaces:
org.dataloader.CacheKey<Object>
- Enclosing class:
- GraphQLRuntime
public static class GraphQLRuntime.CacheKeyFunction extends Object implements org.dataloader.CacheKey<Object>
-
-
Constructor Summary
Constructors Constructor Description CacheKeyFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetKey(Object input)ObjectgetKeyWithContext(Object input, Object context)
-