final class freemarker.cache.SoftCacheStorage$SoftValueReference extends java.lang.ref.SoftReference
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: freemarker.cache.SoftCacheStorage$SoftValueReference
  super_class: java.lang.ref.SoftReference
{
  private final java.lang.Object key;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Object, java.lang.Object, java.lang.ref.ReferenceQueue);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // freemarker.cache.SoftCacheStorage$SoftValueReference this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
        start local 3 // java.lang.ref.ReferenceQueue queue
         0: .line 123
            aload 0 /* this */
            aload 2 /* value */
            aload 3 /* queue */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 124
            aload 0 /* this */
            aload 1 /* key */
            putfield freemarker.cache.SoftCacheStorage$SoftValueReference.key:Ljava/lang/Object;
         2: .line 125
            return
        end local 3 // java.lang.ref.ReferenceQueue queue
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // freemarker.cache.SoftCacheStorage$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lfreemarker/cache/SoftCacheStorage$SoftValueReference;
            0    3     1    key  Ljava/lang/Object;
            0    3     2  value  Ljava/lang/Object;
            0    3     3  queue  Ljava/lang/ref/ReferenceQueue;
    MethodParameters:
       Name  Flags
      key    
      value  
      queue  

  java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.cache.SoftCacheStorage$SoftValueReference this
         0: .line 128
            aload 0 /* this */
            getfield freemarker.cache.SoftCacheStorage$SoftValueReference.key:Ljava/lang/Object;
            areturn
        end local 0 // freemarker.cache.SoftCacheStorage$SoftValueReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/cache/SoftCacheStorage$SoftValueReference;
}
SourceFile: "SoftCacheStorage.java"
NestHost: freemarker.cache.SoftCacheStorage
InnerClasses:
  private final SoftValueReference = freemarker.cache.SoftCacheStorage$SoftValueReference of freemarker.cache.SoftCacheStorage