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

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

  private void <init>(com.netflix.hystrix.HystrixRequestCache$RequestCacheKey, java.lang.String);
    descriptor: (Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey this
        start local 1 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey rvKey
        start local 2 // java.lang.String valueCacheKey
         0: .line 178
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 179
            aload 0 /* this */
            aload 1 /* rvKey */
            putfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
         2: .line 180
            aload 0 /* this */
            aload 2 /* valueCacheKey */
            putfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
         3: .line 181
            return
        end local 2 // java.lang.String valueCacheKey
        end local 1 // com.netflix.hystrix.HystrixRequestCache$RequestCacheKey rvKey
        end local 0 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;
            0    4     1          rvKey  Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            0    4     2  valueCacheKey  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      rvKey          
      valueCacheKey  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey this
         0: .line 186
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 187
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$ValueCacheKey int
      StackMap stack: int
         2: aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            invokevirtual com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.hashCode:()I
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$ValueCacheKey int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 188
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: int
         5: aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$ValueCacheKey int
      StackMap stack: int int
         6: iadd
            istore 1 /* result */
         7: .line 189
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;
            1    8     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$ValueCacheKey this
        start local 1 // java.lang.Object obj
         0: .line 194
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 195
            iconst_1
            ireturn
         2: .line 196
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 197
            iconst_0
            ireturn
         4: .line 198
      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 199
            iconst_0
            ireturn
         6: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.netflix.hystrix.HystrixRequestCache$ValueCacheKey
            astore 2 /* other */
        start local 2 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey other
         7: .line 201
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            ifnonnull 10
         8: .line 202
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            ifnull 12
         9: .line 203
            iconst_0
            ireturn
        10: .line 204
      StackMap locals: com.netflix.hystrix.HystrixRequestCache$ValueCacheKey
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.rvKey:Lcom/netflix/hystrix/HystrixRequestCache$RequestCacheKey;
            invokevirtual com.netflix.hystrix.HystrixRequestCache$RequestCacheKey.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 205
            iconst_0
            ireturn
        12: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            ifnonnull 15
        13: .line 207
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            ifnull 17
        14: .line 208
            iconst_0
            ireturn
        15: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            aload 2 /* other */
            getfield com.netflix.hystrix.HystrixRequestCache$ValueCacheKey.valueCacheKey:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 210
            iconst_0
            ireturn
        17: .line 211
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey other
        end local 1 // java.lang.Object obj
        end local 0 // com.netflix.hystrix.HystrixRequestCache$ValueCacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;
            0   18     1    obj  Ljava/lang/Object;
            7   18     2  other  Lcom/netflix/hystrix/HystrixRequestCache$ValueCacheKey;
    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
  private ValueCacheKey = com.netflix.hystrix.HystrixRequestCache$ValueCacheKey of com.netflix.hystrix.HystrixRequestCache