public final class android.net.SSLSessionCache
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.net.SSLSessionCache
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SSLSessionCache"

  final SSLClientSessionCache mSessionCache;
    descriptor: LSSLClientSessionCache;
    flags: (0x0010) ACC_FINAL

  public static void install(android.net.SSLSessionCache, javax.net.ssl.SSLContext);
    descriptor: (Landroid/net/SSLSessionCache;Ljavax/net/ssl/SSLContext;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClientSessionContext cannot be resolved to a type\n\tClientSessionContext cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      cache    
      context  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.net.SSLSessionCache this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.SSLSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/SSLSessionCache;
    MethodParameters:
       Name  Flags
      cache  

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.net.SSLSessionCache this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.SSLSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/SSLSessionCache;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dir   

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.net.SSLSessionCache this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n\tFileClientSessionCache cannot be resolved\n\tSSLClientSessionCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.SSLSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/SSLSessionCache;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "SSLSessionCache.java"