类 LocalCacheUtil

java.lang.Object
com.xxl.job.admin.core.util.LocalCacheUtil

public class LocalCacheUtil extends Object
local cache tool
作者:
xuxueli 2018-01-22 21:37:34
  • 构造器详细资料

    • LocalCacheUtil

      public LocalCacheUtil()
  • 方法详细资料

    • set

      public static boolean set(String key, Object val, long cacheTime)
      set cache
      参数:
      key -
      val -
      cacheTime -
      返回:
    • remove

      public static boolean remove(String key)
      remove cache
      参数:
      key -
      返回:
    • get

      public static Object get(String key)
      get cache
      参数:
      key -
      返回:
    • cleanTimeoutCache

      public static boolean cleanTimeoutCache()
      clean timeout cache
      返回: