程序包 com.sh.util

类 Excel2007Cache

java.lang.Object
com.sh.util.Excel2007Cache

@Deprecated public class Excel2007Cache extends Object
已过时。

Description: Excel缓存

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 6, 2012
  • 字段详细资料

    • EVERY_FILE_CACHE

      public static int EVERY_FILE_CACHE
      已过时。
  • 构造器详细资料

    • Excel2007Cache

      public Excel2007Cache()
      已过时。
  • 方法详细资料

    • cache

      public static boolean cache(List list, String key, int seqNo)
      已过时。
      如果条件满足时,将进行缓存
      参数:
      list - List
      key - String
      seqNo - 从0开始
      返回:
      boolean
    • forceCache

      public static void forceCache(List list, String key, int seqNo)
      已过时。
      强制缓存
      参数:
      list - List
      key - String
      seqNo - 从0开始
    • getCacheName

      public static String getCacheName(String key, int seqNo)
      已过时。
      获取当前的缓存名
      参数:
      key - String
      seqNo - 从0开始
      返回:
      String
    • getFileNo

      public static int getFileNo(int seqNo)
      已过时。
      获取文件号
      参数:
      seqNo - 从0开始
      返回:
      int
    • getCacheRowNo

      public static int getCacheRowNo(int seqNo)
      已过时。
      获取当前索引号在实际缓存中的序号
      参数:
      seqNo - 从0开始
      返回:
      int
    • getValue

      public static Object getValue(String key, int seqNo)
      已过时。
      获取值
      参数:
      key - String
      seqNo - 从0开始
      返回:
      Object
    • clear

      public static void clear(String key)
      已过时。
      清空缓存
      参数:
      key - String