Class SuppressCache.Value

  • Enclosing class:
    SuppressCache<T>

    public static final class SuppressCache.Value
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int count  
      protected long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Field Detail

      • timestamp

        protected final long timestamp
      • count

        protected int count
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • age

        public long age()
      • count

        public int count()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object