Package com.automation_pros.odva.util
Class SoftCache.NonReturned
- java.lang.Object
-
- com.automation_pros.odva.util.SoftCache.NonReturned
-
-
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()
-
-
-
Field Detail
-
created
public final long created
-
subject
public final java.lang.ref.WeakReference<T> subject
-
idhash
public final int idhash
-
origin
public final OriginTool origin
-
-
Constructor Detail
-
NonReturned
protected NonReturned(T subject)
-
-