public class FileCache
extends java.lang.Object
| Constructor and Description |
|---|
FileCache() |
FileCache(boolean enableCache,
boolean asyncWriteBack) |
| Modifier and Type | Method and Description |
|---|---|
static FileCache |
fromProtobuf(FileCacheInfo cacheInfo) |
boolean |
getFileCacheEnable() |
void |
setFileCacheEnable(boolean enableCache) |
FileCacheInfo |
toProtobuf() |
public FileCache()
public FileCache(boolean enableCache,
boolean asyncWriteBack)
public void setFileCacheEnable(boolean enableCache)
public boolean getFileCacheEnable()
public FileCacheInfo toProtobuf()
public static FileCache fromProtobuf(FileCacheInfo cacheInfo)
Copyright © 2024. All rights reserved.