类 CacheItemProperties


  • public class CacheItemProperties
    extends java.lang.Object
    Cache item's own attributes.
    作者:
    zzq
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private long expireNanos  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      long getExpireNanos()  
      void setExpireNanos​(long expireNanos)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • expireNanos

        private long expireNanos
    • 构造器详细资料

      • CacheItemProperties

        public CacheItemProperties()
    • 方法详细资料

      • getExpireNanos

        public long getExpireNanos()
      • setExpireNanos

        public void setExpireNanos​(long expireNanos)