class net.sf.cglib.core.internal.LoadingCache$2 implements java.util.concurrent.Callable<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.internal.LoadingCache$2
  super_class: java.lang.Object
{
  final net.sf.cglib.core.internal.LoadingCache this$0;
    descriptor: Lnet/sf/cglib/core/internal/LoadingCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$key;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(net.sf.cglib.core.internal.LoadingCache, java.lang.Object);
    descriptor: (Lnet/sf/cglib/core/internal/LoadingCache;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.internal.LoadingCache$2 this
         0: .line 52
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.internal.LoadingCache$2.this$0:Lnet/sf/cglib/core/internal/LoadingCache;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.core.internal.LoadingCache$2.val$key:Ljava/lang/Object;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.core.internal.LoadingCache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/internal/LoadingCache$2;
    MethodParameters:
         Name  Flags
      this$0   final
      val$key  final

  public V call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.internal.LoadingCache$2 this
         0: .line 54
            aload 0 /* this */
            getfield net.sf.cglib.core.internal.LoadingCache$2.this$0:Lnet/sf/cglib/core/internal/LoadingCache;
            getfield net.sf.cglib.core.internal.LoadingCache.loader:Lnet/sf/cglib/core/internal/Function;
            aload 0 /* this */
            getfield net.sf.cglib.core.internal.LoadingCache$2.val$key:Ljava/lang/Object;
            invokeinterface net.sf.cglib.core.internal.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // net.sf.cglib.core.internal.LoadingCache$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/internal/LoadingCache$2;
    Exceptions:
      throws java.lang.Exception
    Signature: ()TV;
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<TV;>;
SourceFile: "LoadingCache.java"
EnclosingMethod: net.sf.cglib.core.internal.LoadingCache.createEntry:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
NestHost: net.sf.cglib.core.internal.LoadingCache
InnerClasses:
  net.sf.cglib.core.internal.LoadingCache$2