Method | Description | |
---|---|---|
GetTableFile ( string path, bool useCache = false ) : TableFile |
通过SettingModule拥有缓存与惰式加载
|
Method | Description | |
---|---|---|
LoadSetting ( string path ) : string |
You can custom method to load file.
|
public GetTableFile ( string path, bool useCache = false ) : TableFile | ||
path | string | |
useCache | bool | 是否缓存起来?还是单独创建新的 |
return | TableFile |
protected abstract LoadSetting ( string path ) : string | ||
path | string | |
return | string |