Package | Description |
---|---|
graphql | |
graphql.cachecontrol | |
graphql.execution | |
graphql.schema |
Modifier and Type | Method and Description |
---|---|
CacheControl |
ExecutionInput.getCacheControl() |
Modifier and Type | Method and Description |
---|---|
ExecutionInput.Builder |
ExecutionInput.Builder.cacheControl(CacheControl cacheControl) |
Modifier and Type | Method and Description |
---|---|
CacheControl |
CacheControl.hint(DataFetchingEnvironment dataFetchingEnvironment,
CacheControl.Scope scope)
This creates a cache control hint for the specified field being fetched with a specified scope
|
CacheControl |
CacheControl.hint(DataFetchingEnvironment dataFetchingEnvironment,
Integer maxAge)
This creates a cache control hint for the specified field being fetched with a PUBLIC scope
|
CacheControl |
CacheControl.hint(DataFetchingEnvironment dataFetchingEnvironment,
Integer maxAge,
CacheControl.Scope scope)
This creates a cache control hint for the specified field being fetched
|
CacheControl |
CacheControl.hint(ExecutionPath path,
CacheControl.Scope scope)
This creates a cache control hint for the specified path
|
CacheControl |
CacheControl.hint(ExecutionPath path,
Integer maxAge)
This creates a cache control hint for the specified path
|
CacheControl |
CacheControl.hint(ExecutionPath path,
Integer maxAge,
CacheControl.Scope scope)
This creates a cache control hint for the specified path
|
static CacheControl |
CacheControl.newCacheControl()
Creates a new CacheControl object that can be used to trick caching hints
|
Modifier and Type | Method and Description |
---|---|
CacheControl |
ExecutionContext.getCacheControl() |
Modifier and Type | Method and Description |
---|---|
ExecutionContextBuilder |
ExecutionContextBuilder.cacheControl(CacheControl cacheControl) |
Modifier and Type | Method and Description |
---|---|
CacheControl |
DataFetchingEnvironmentImpl.getCacheControl() |
CacheControl |
DataFetchingEnvironment.getCacheControl() |
Modifier and Type | Method and Description |
---|---|
DataFetchingEnvironmentImpl.Builder |
DataFetchingEnvironmentImpl.Builder.cacheControl(CacheControl cacheControl) |
Copyright © 2019. All rights reserved.