- CACHE_EXPIRE_AFTER_READ_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Expire cached response flag http header
- CACHE_EXPIRE_TIMEOUT_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Cached response expiration timeout http header
- CACHE_FETCH_STRATEGY_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Cache fetch strategy http header
- CACHE_FIRST - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
-
Signals the apollo client to first fetch the GraphQL query response from the http cache.
- CACHE_KEY_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Cache key http header
- CACHE_ONLY - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
-
Signals the apollo client to fetch the GraphQL query response from the http cache only.
- CACHE_PREFETCH_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Prefetch response only flag http header
- CACHE_SERVED_DATE_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Request served Date/time http header
- cacheKey(Operation.Variables) - Method in class com.apollographql.apollo.api.ResponseField
-
- cacheRecord(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
-
Returns ResponseCacheRecord for the entry named cacheKey or null if it doesn't exist or is not currently readable.
- cacheRecordEditor(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
-
Returns an editor for the entry named cacheKey or null if another edit is in progress.
- checkNotNull(T, Object) - Static method in class com.apollographql.apollo.api.internal.Utils
-
Checks if the object is null.
- checkNotNull(T) - Static method in class com.apollographql.apollo.api.internal.Utils
-
Checks if the object is null.
- clear() - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Clear cached http responses
- close() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecord
-
- column() - Method in class com.apollographql.apollo.api.Error.Location
-
Returns the column number of the error location.
- com.apollographql.apollo - package com.apollographql.apollo
-
- com.apollographql.apollo.api - package com.apollographql.apollo.api
-
- com.apollographql.apollo.api.cache.http - package com.apollographql.apollo.api.cache.http
-
- com.apollographql.apollo.api.internal - package com.apollographql.apollo.api.internal
-
- com.apollographql.apollo.internal - package com.apollographql.apollo.internal
-
- commit() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
-
- conditions() - Method in class com.apollographql.apollo.api.ResponseField
-
- customAttributes() - Method in class com.apollographql.apollo.api.Error
-
Returns custom attributes associated with this error