| Package | Description |
|---|---|
| okhttp3.internal.cache | |
| okhttp3.internal.io |
| Modifier and Type | Method and Description |
|---|---|
static DiskLruCache |
DiskLruCache.create(FileSystem fileSystem,
File directory,
int appVersion,
int valueCount,
long maxSize)
Create a cache which will reside in
directory. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryFileSystem
A simple file system where all files are held in memory.
|
| Modifier and Type | Field and Description |
|---|---|
static FileSystem |
FileSystem.SYSTEM
The host machine's local file system.
|
Copyright © 2017. All Rights Reserved.