Class ObjectProxyCache.SoftEntryRef<T>

java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference<T>
org.jruby.javasupport.util.ObjectProxyCache.SoftEntryRef<T>
All Implemented Interfaces:
ObjectProxyCache.EntryRef<T>
Enclosing class:
ObjectProxyCache<T,A>

private static final class ObjectProxyCache.SoftEntryRef<T> extends SoftReference<T> implements ObjectProxyCache.EntryRef<T>