程序包 com.sh.util
类 Excel2007Cache
java.lang.Object
com.sh.util.Excel2007Cache
已过时。
Description: Excel缓存
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 6, 2012
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static boolean已过时。如果条件满足时,将进行缓存static void已过时。清空缓存static voidforceCache(List list, String key, int seqNo) 已过时。强制缓存static StringgetCacheName(String key, int seqNo) 已过时。获取当前的缓存名static intgetCacheRowNo(int seqNo) 已过时。获取当前索引号在实际缓存中的序号static intgetFileNo(int seqNo) 已过时。获取文件号static Object已过时。获取值
-
字段详细资料
-
EVERY_FILE_CACHE
public static int EVERY_FILE_CACHE已过时。
-
-
构造器详细资料
-
Excel2007Cache
public Excel2007Cache()已过时。
-
-
方法详细资料
-
cache
已过时。如果条件满足时,将进行缓存- 参数:
list- Listkey- StringseqNo- 从0开始- 返回:
- boolean
-
forceCache
已过时。强制缓存- 参数:
list- Listkey- StringseqNo- 从0开始
-
getCacheName
已过时。获取当前的缓存名- 参数:
key- StringseqNo- 从0开始- 返回:
- String
-
getFileNo
public static int getFileNo(int seqNo) 已过时。获取文件号- 参数:
seqNo- 从0开始- 返回:
- int
-
getCacheRowNo
public static int getCacheRowNo(int seqNo) 已过时。获取当前索引号在实际缓存中的序号- 参数:
seqNo- 从0开始- 返回:
- int
-
getValue
已过时。获取值- 参数:
key- StringseqNo- 从0开始- 返回:
- Object
-
clear
已过时。清空缓存- 参数:
key- String
-