类 DictCache
java.lang.Object
com.hengyi.xbaseweb.system.cache.DictCache
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleancontainsKey(SysDictData dictData) static List<SysDictData>通过code查询 字典列表static StringgetByValue(String code, String value) 通过value查询字典static SysDictDatagetDictByValue(String code, String value) 通过value查询字典static voidput(SysDictData dictData) static voidremove(SysDictData dictData) static voidremoveById(Long id) static voidremoveByIds(List<Long> ids)
-
构造器详细资料
-
DictCache
public DictCache()
-
-
方法详细资料
-
put
-
remove
-
removeById
-
removeByIds
-
containsKey
-
getByCode
通过code查询 字典列表- 参数:
code-- 返回:
-
getByValue
通过value查询字典- 参数:
code-value-- 返回:
-
getDictByValue
通过value查询字典- 参数:
code-value-- 返回:
-