模块 org.redkale

类 CachedValue<T>

  • 类型参数:
    T - 泛型

    public class CachedValue<T>
    extends Object
    内部缓存对象

    详情见: https://redkale.org

    从以下版本开始:
    2.8.0
    作者:
    zhangjx
    • 构造器详细资料

      • CachedValue

        public CachedValue()
      • CachedValue

        protected CachedValue​(T value)
    • 方法详细资料

      • create

        public static <T> CachedValue<T> create​(T value)
      • isValid

        public static boolean isValid​(CachedValue val)
      • getVal

        public T getVal()
      • setVal

        public void setVal​(T val)