public class org.apache.commons.vfs2.cache.WeakRefFilesCache extends org.apache.commons.vfs2.cache.SoftRefFilesCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.vfs2.cache.WeakRefFilesCache
  super_class: org.apache.commons.vfs2.cache.SoftRefFilesCache
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.cache.WeakRefFilesCache this
         0: .line 32
            aload 0 /* this */
            invokespecial org.apache.commons.vfs2.cache.SoftRefFilesCache.<init>:()V
            return
        end local 0 // org.apache.commons.vfs2.cache.WeakRefFilesCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/cache/WeakRefFilesCache;

  protected java.lang.ref.Reference<org.apache.commons.vfs2.FileObject> createReference(org.apache.commons.vfs2.FileObject, java.lang.ref.ReferenceQueue<org.apache.commons.vfs2.FileObject>);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/ref/Reference;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.cache.WeakRefFilesCache this
        start local 1 // org.apache.commons.vfs2.FileObject file
        start local 2 // java.lang.ref.ReferenceQueue refqueue
         0: .line 36
            new java.lang.ref.WeakReference
            dup
            aload 1 /* file */
            aload 2 /* refqueue */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            areturn
        end local 2 // java.lang.ref.ReferenceQueue refqueue
        end local 1 // org.apache.commons.vfs2.FileObject file
        end local 0 // org.apache.commons.vfs2.cache.WeakRefFilesCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/vfs2/cache/WeakRefFilesCache;
            0    1     1      file  Lorg/apache/commons/vfs2/FileObject;
            0    1     2  refqueue  Ljava/lang/ref/ReferenceQueue<Lorg/apache/commons/vfs2/FileObject;>;
    Signature: (Lorg/apache/commons/vfs2/FileObject;Ljava/lang/ref/ReferenceQueue<Lorg/apache/commons/vfs2/FileObject;>;)Ljava/lang/ref/Reference<Lorg/apache/commons/vfs2/FileObject;>;
    MethodParameters:
          Name  Flags
      file      final
      refqueue  final
}
SourceFile: "WeakRefFilesCache.java"