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 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
2: aload 0
new org.springframework.context.expression.AnnotatedElementKey
dup
aload 2
aload 3
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: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
astore 2
start local 2 5: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.cacheOperation:Lorg/springframework/cache/interceptor/CacheOperation;
aload 2
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: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
aload 2
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: iconst_1
ireturn
StackMap locals: org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey
StackMap stack:
8: iconst_0
ireturn
end local 2 end local 1 end local 0 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 0: aload 0
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
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 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 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 0
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
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 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 start local 1 0: aload 0
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
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
start local 2 1: iload 2
ifne 3
2: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationCacheKey.methodCacheKey:Lorg/springframework/context/expression/AnnotatedElementKey;
aload 1
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
3: StackMap locals: int
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 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: 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