Package | Description |
---|---|
com.squareup.okhttp.internal | |
com.squareup.okhttp.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 © 2016. All rights reserved.