- setMaxSize(long) - Method in class com.apollographql.apollo.cache.http.internal.DiskLruCache
-
Changes the maximum number of bytes the cache can store and queues a job to trim the existing
store, if necessary.
- sink(File) - Method in interface com.apollographql.apollo.cache.http.internal.FileSystem
-
Writes to file, discarding any data already present.
- size() - Method in class com.apollographql.apollo.cache.http.internal.DiskLruCache
-
Returns the number of bytes currently being used to store the values in this cache.
- size(File) - Method in interface com.apollographql.apollo.cache.http.internal.FileSystem
-
Returns the number of bytes stored in file, or 0 if it does not exist.
- snapshots() - Method in class com.apollographql.apollo.cache.http.internal.DiskLruCache
-
Returns an iterator over the cache's current entries.
- source(File) - Method in interface com.apollographql.apollo.cache.http.internal.FileSystem
-
Reads from file.
- StatusLine - Class in com.apollographql.apollo.cache.http.internal
-
An HTTP response status line like "HTTP/1.1 200 OK".
- StatusLine(Protocol, int, String) - Constructor for class com.apollographql.apollo.cache.http.internal.StatusLine
-
- SYSTEM - Static variable in interface com.apollographql.apollo.cache.http.internal.FileSystem
-
The host machine's local file system.