public class CodeCacheProvider
extends com.ssrs.framework.cache.CacheDataProvider
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ProviderID |
| 构造器和说明 |
|---|
CodeCacheProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Code |
get(String type,
String codeValue)
获取指定代码类别下的指定代码项
|
String |
getExtendItemID() |
String |
getExtendItemName() |
void |
onKeyNotFound(String type,
String key) |
static void |
removeCode(Code code) |
static void |
removeCode(String codeType) |
static void |
setCode(Code code) |
public void onKeyNotFound(String type, String key)
onKeyNotFound 在类中 com.ssrs.framework.cache.CacheDataProviderpublic String getExtendItemID()
public String getExtendItemName()
public static void setCode(Code code)
public static void removeCode(Code code)
public static void removeCode(String codeType)
Copyright © 2020. All rights reserved.