class com.netflix.hystrix.HystrixRequestCache$RequestCacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey
  super_class: java.lang.Object
{
  private final short type;
    descriptor: S
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String key;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy;
    descriptor: Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.netflix.hystrix.HystrixCommandKey, com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy);
    descriptor: (Lcom/netflix/hystrix/HystrixCommandKey;Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
        start local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
        start local 2 // com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy
         0: .line 221
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 222
            aload 0 /* this */
            iconst_1
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.type:S
         2: .line 223
            aload 1 /* commandKey */
            ifnonnull 5
         3: .line 224
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
         4: .line 225
            goto 6
         5: .line 226
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey com.netflix.hystrix.HystrixCommandKey com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy
      StackMap stack:
            aload 0 /* this */
            aload 1 /* commandKey */
            invokeinterface com.netflix.hystrix.HystrixCommandKey.name:()Ljava/lang/String;
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* concurrencyStrategy */
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
         7: .line 229
            return
        end local 2 // com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy
        end local 1 // com.netflix.hystrix.HystrixCommandKey commandKey
        end local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            0    8     1           commandKey  Lcom/netflix/hystrix/HystrixCommandKey;
            0    8     2  concurrencyStrategy  Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
    MethodParameters:
                     Name  Flags
      commandKey           
      concurrencyStrategy  

  private void <init>(com.netflix.hystrix.HystrixCollapserKey, com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy);
    descriptor: (Lcom/netflix/hystrix/HystrixCollapserKey;Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
        start local 1 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        start local 2 // com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy
         0: .line 231
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 232
            aload 0 /* this */
            iconst_2
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.type:S
         2: .line 233
            aload 1 /* collapserKey */
            ifnonnull 5
         3: .line 234
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
         4: .line 235
            goto 6
         5: .line 236
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey com.netflix.hystrix.HystrixCollapserKey com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy
      StackMap stack:
            aload 0 /* this */
            aload 1 /* collapserKey */
            invokeinterface com.netflix.hystrix.HystrixCollapserKey.name:()Ljava/lang/String;
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
         6: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* concurrencyStrategy */
            putfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
         7: .line 239
            return
        end local 2 // com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy
        end local 1 // com.netflix.hystrix.HystrixCollapserKey collapserKey
        end local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            0    8     1         collapserKey  Lcom/netflix/hystrix/HystrixCollapserKey;
            0    8     2  concurrencyStrategy  Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
    MethodParameters:
                     Name  Flags
      collapserKey         
      concurrencyStrategy  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
         0: .line 244
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 245
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey int
      StackMap stack: int
         2: aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 246
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 247
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.type:S
            iadd
            istore 1 /* result */
         8: .line 248
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            1    9     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
        start local 1 // java.lang.Object obj
         0: .line 253
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 254
            iconst_1
            ireturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 256
            iconst_0
            ireturn
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 258
            iconst_0
            ireturn
         6: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.netflix.hystrix.HystrixRequestCache$RequestCacheKey
            astore 2 /* other */
        start local 2 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey other
         7: .line 260
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.type:S
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.type:S
            if_icmpeq 9
         8: .line 261
            iconst_0
            ireturn
         9: .line 262
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$RequestCacheKey
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            ifnonnull 12
        10: .line 263
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            ifnull 14
        11: .line 264
            iconst_0
            ireturn
        12: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.key:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 266
            iconst_0
            ireturn
        14: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            ifnonnull 17
        15: .line 268
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            ifnull 19
        16: .line 269
            iconst_0
            ireturn
        17: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.concurrencyStrategy:Lcom/netflix/hystrix/strategy/concurrency/HystrixConcurrencyStrategy;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 19
        18: .line 271
            iconst_0
            ireturn
        19: .line 272
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey other
        end local 1 // java.lang.Object obj
        end local 0 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            0   20     1    obj  Ljava/lang/Object;
            7   20     2  other  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "HystrixRequestCache.java"
NestHost: com.netflix.hystrix.HystrixRequestCache
InnerClasses:
  private RequestCacheKey = com.netflix.hystrix.HystrixRequestCache$RequestCacheKey of com.netflix.hystrix.HystrixRequestCache