程序包 com.sh.util
类 Context2Util
java.lang.Object
com.sh.util.Context2Util
Description: 普通缓存中的 二级缓存
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Context2Util
public Context2Util()
-
-
方法详细资料
-
put
缓存对象- 参数:
key- Stringobj- Object
-
get
获取缓存变量- 参数:
key- String- 返回:
- Object
-
clear
清空缓存- 参数:
key- String
-
clearChaceByStartsKey
通过关键前缀清除缓存- 参数:
key- String
-
clearCache
public static void clearCache()清除所有缓存 -
clear
public static void clear()清空所有缓存
-