public class BusinessExtCache extends Object implements IBusinessExtCache, LatticeCache
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
List<IBusinessExt> |
getAllSubBusinessExt(IBusinessExt businessExt) |
IBusinessExt |
getCachedBusinessExt(IBusinessExt businessExt,
String extCode,
String scenario) |
static BusinessExtCache |
getInstance() |
void |
init() |
public static BusinessExtCache getInstance()
public void init()
init 在接口中 LatticeCachepublic void clear()
clear 在接口中 LatticeCachepublic IBusinessExt getCachedBusinessExt(IBusinessExt businessExt, String extCode, String scenario)
getCachedBusinessExt 在接口中 IBusinessExtCachepublic List<IBusinessExt> getAllSubBusinessExt(IBusinessExt businessExt)
getAllSubBusinessExt 在接口中 IBusinessExtCacheCopyright © 2022. All rights reserved.