程序包 cn.myafx.cache
接口 ICacheKey
- 所有已知实现类:
CacheKey
public interface ICacheKey
缓存key配置接口
-
方法概要
-
方法详细资料
-
get
get- 参数:
node- db节点item- 节点名称- 返回:
-
getKey
获取key- 参数:
node- 节点item- 名称- 返回:
- key
-
getExpire
获取过期时间, 秒- 参数:
node- 节点item- 名称- 返回:
- 过期时间, 秒
-
getDb
获取db- 参数:
node- 节点item- 名称- 返回:
- db list
-