Class SoftCache.NonReturned

  • Enclosing class:
    SoftCache<T>

    protected class SoftCache.NonReturned
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NonReturned​(T subject)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • created

        public final long created
      • subject

        public final java.lang.ref.WeakReference<T> subject
      • idhash

        public final int idhash
    • Constructor Detail

      • NonReturned

        protected NonReturned​(T subject)
    • Method Detail

      • getLocation

        public java.lang.String getLocation()