| Package | Description |
|---|---|
| org.aoju.bus.core.io | |
| org.aoju.bus.http.cache |
| Modifier and Type | Field and Description |
|---|---|
static FileSystem |
FileSystem.SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static DiskLruCache |
DiskLruCache.create(FileSystem fileSystem,
File directory,
int appVersion,
int valueCount,
long maxSize)
创建一个驻留在
directory中的缓存。此缓存在第一次访问时惰性初始化,如果它不存在,将创建它. |
Copyright © 2020. All rights reserved.