模块 org.redkale

类 CachedEntry


  • public class CachedEntry
    extends Object
    缓存信息的基本对象

    详情见: https://redkale.org

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

      • CachedEntry

        public CachedEntry()
      • CachedEntry

        public CachedEntry​(Cached cached)
    • 方法详细资料

      • getManager

        public String getManager()
      • getName

        public String getName()
      • getKey

        public String getKey()
      • getLocalLimit

        public String getLocalLimit()
      • getLocalExpire

        public String getLocalExpire()
      • getRemoteExpire

        public String getRemoteExpire()
      • getTimeUnit

        public TimeUnit getTimeUnit()
      • isNullable

        public boolean isNullable()