public class CacheConfig
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
mDir
The directory of the cache.
|
boolean |
mEnable
Indicate whether content caching is enabled.
|
long |
mMaxDurationS
The maximum size of a single file that can be cached.
|
int |
mMaxSizeMB
The maximum cache size.
|
构造器和说明 |
---|
CacheConfig() |
public boolean mEnable
public java.lang.String mDir
public int mMaxSizeMB
public long mMaxDurationS