public final class org.apache.fop.fonts.FontCacheManagerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.fop.fonts.FontCacheManagerFactory
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fonts.FontCacheManagerFactory this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            return
        end local 0 // org.apache.fop.fonts.FontCacheManagerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/fonts/FontCacheManagerFactory;

  public static org.apache.fop.fonts.FontCacheManager createDefault();
    descriptor: ()Lorg/apache/fop/fonts/FontCacheManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl
            dup
            invokespecial org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.apache.fop.fonts.FontCacheManager createDisabled();
    descriptor: ()Lorg/apache/fop/fonts/FontCacheManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 49
            new org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager
            dup
            invokespecial org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FontCacheManagerFactory.java"
NestMembers:
  org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager  org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl
InnerClasses:
  private final DisabledFontCacheManager = org.apache.fop.fonts.FontCacheManagerFactory$DisabledFontCacheManager of org.apache.fop.fonts.FontCacheManagerFactory
  private final FontCacheManagerImpl = org.apache.fop.fonts.FontCacheManagerFactory$FontCacheManagerImpl of org.apache.fop.fonts.FontCacheManagerFactory