private static final class CallContextCache.CallContextRef extends java.lang.ref.SoftReference<CallContext>
Modifier and Type | Field and Description |
---|---|
(package private) CallContextCache.Signature |
signature |
Constructor and Description |
---|
CallContextRef(CallContextCache.Signature signature,
CallContext ctx,
java.lang.ref.ReferenceQueue<CallContext> queue) |
final CallContextCache.Signature signature
public CallContextRef(CallContextCache.Signature signature, CallContext ctx, java.lang.ref.ReferenceQueue<CallContext> queue)