应用与数据集成平台 ROMA Connect-CacheUtils类说明:方法列表
方法列表
返回类型 |
方法和说明 |
---|---|
static boolean |
putCache(String key, String value) 存入缓存信息 |
static boolean |
putCache(String key, String value, int time) 存入带超时时间缓存信息 |
static String |
getCache(String key) 获取缓存信息 |
static long |
removeCache(String key) 移除缓存信息 |
static String |
get(String key) 获取字典缓存信息 |