final class org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey implements java.lang.Comparable<org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
  super_class: java.lang.Object
{
  private final org.springframework.cache.interceptor.CacheOperation cacheOperation;
    descriptor: Lorg/springframework/cache/interceptor/CacheOperation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.context.expression.AnnotatedElementKey methodCacheKey;
    descriptor: Lorg/springframework/context/expression/AnnotatedElementKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.springframework.cache.interceptor.CacheOperation, java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Lorg/springframework/cache/interceptor/CacheOperation;Ljava/lang/reflect/Method;Ljava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
        start local 1 // org.springframework.cache.interceptor.CacheOperation cacheOperation
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.Class targetClass
         0: .line 833
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 834
            aload 0 /* this */
            aload 1 /* cacheOperation */
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
         2: .line 835
            aload 0 /* this */
            new org.springframework.context.expression.AnnotatedElementKey
            dup
            aload 2 /* method */
            aload 3 /* targetClass */
            invokespecial org.springframework.context.expression.AnnotatedElementKey.<init>:(Ljava/lang/reflect/AnnotatedElement;Ljava/lang/Class;)V
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
         3: .line 836
            return
        end local 3 // java.lang.Class targetClass
        end local 2 // java.lang.reflect.Method method
        end local 1 // org.springframework.cache.interceptor.CacheOperation cacheOperation
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;
            0    4     1  cacheOperation  Lorg/springframework/cache/interceptor/CacheOperation;
            0    4     2          method  Ljava/lang/reflect/Method;
            0    4     3     targetClass  Ljava/lang/Class<*>;
    Signature: (Lorg/springframework/cache/interceptor/CacheOperation;Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)V
    MethodParameters:
                Name  Flags
      cacheOperation  
      method          
      targetClass     

  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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
        start local 1 // java.lang.Object other
         0: .line 840
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 841
            iconst_1
            ireturn
         2: .line 843
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
            ifne 4
         3: .line 844
            iconst_0
            ireturn
         4: .line 846
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
            astore 2 /* otherKey */
        start local 2 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey otherKey
         5: .line 847
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            aload 2 /* otherKey */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            invokevirtual org.springframework.cache.interceptor.CacheOperation.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 848
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            aload 2 /* otherKey */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            invokevirtual org.springframework.context.expression.AnnotatedElementKey.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 847
            iconst_1
            ireturn
      StackMap locals: org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey otherKey
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;
            0    9     1     other  Ljava/lang/Object;
            5    9     2  otherKey  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
         0: .line 853
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            invokevirtual org.springframework.cache.interceptor.CacheOperation.hashCode:()I
            bipush 31
            imul
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            invokevirtual org.springframework.context.expression.AnnotatedElementKey.hashCode:()I
            iadd
            ireturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
         0: .line 858
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;

  public int compareTo(org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey);
    descriptor: (Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
        start local 1 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey other
         0: .line 863
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            invokevirtual org.springframework.cache.interceptor.CacheOperation.getName:()Ljava/lang/String;
            aload 1 /* other */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
            invokevirtual org.springframework.cache.interceptor.CacheOperation.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 2 /* result */
        start local 2 // int result
         1: .line 864
            iload 2 /* result */
            ifne 3
         2: .line 865
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            aload 1 /* other */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
            invokevirtual org.springframework.context.expression.AnnotatedElementKey.compareTo:(Lorg/springframework/context/expression/AnnotatedElementKey;)I
            istore 2 /* result */
         3: .line 867
      StackMap locals: int
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey other
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;
            0    4     1   other  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;
            1    4     2  result  I
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
            invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.compareTo:(Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationCacheKey;>;
SourceFile: "CacheAspectSupport.java"
NestHost: org.springframework.cache.interceptor.CacheAspectSupport
InnerClasses:
  private final CacheOperationCacheKey = org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey of org.springframework.cache.interceptor.CacheAspectSupport