应用与数据集成平台 ROMA Connect-CacheUtils类说明:方法列表

时间:2025-02-12 14:55:43

方法列表

返回类型

方法和说明

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)

获取字典缓存信息

support.huaweicloud.com/devg-roma/apic-dev-190603056.html