final class com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener implements mssql.googlecode.concurrentlinkedhashmap.EvictionListener<com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener
  super_class: java.lang.Object
{
  final com.microsoft.sqlserver.jdbc.SQLServerConnection this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener this
         0: .line 6532
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementCacheEvictionListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onEviction(com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener this
        start local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key
        start local 2 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle handle
         0: .line 6535
            aload 2 /* handle */
            ifnull 4
         1: .line 6536
            aload 2 /* handle */
            iconst_1
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.setIsEvictedFromCache:(Z)V
         2: .line 6539
            aload 2 /* handle */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.tryDiscardHandle:()Z
            ifeq 4
         3: .line 6540
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 2 /* handle */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.enqueueUnprepareStatementHandle:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
         4: .line 6544
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle handle
        end local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementCacheEvictionListener;
            0    5     1     key  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
            0    5     2  handle  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
    MethodParameters:
        Name  Flags
      key     
      handle  

  public void onEviction(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key
            aload 2
            checkcast com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.onEviction:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener<Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;>;
SourceFile: "SQLServerConnection.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnection
InnerClasses:
  CityHash128Key = com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key of com.microsoft.sqlserver.jdbc.SQLServerConnection
  final PreparedStatementCacheEvictionListener = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener of com.microsoft.sqlserver.jdbc.SQLServerConnection
  PreparedStatementHandle = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle of com.microsoft.sqlserver.jdbc.SQLServerConnection