- CACHE_DO_NOT_STORE - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
-
Do not store the http response
- 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
- 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.
- 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
-
- com.apollographql.apollo.api.cache.http - package com.apollographql.apollo.api.cache.http
-
- commit() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
-