public class org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext implements org.springframework.cache.interceptor.CacheOperationInvocationContext<org.springframework.cache.interceptor.CacheOperation>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext
super_class: java.lang.Object
{
private final org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata metadata;
descriptor: Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object[] args;
descriptor: [Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object target;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Collection<? extends org.springframework.cache.Cache> caches;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
private final java.util.Collection<java.lang.String> cacheNames;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljava/lang/String;>;
private java.lang.Boolean conditionPassing;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
final org.springframework.cache.interceptor.CacheAspectSupport this$0;
descriptor: Lorg/springframework/cache/interceptor/CacheAspectSupport;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.springframework.cache.interceptor.CacheAspectSupport, org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata, java.lang.Object[], java.lang.Object);
descriptor: (Lorg/springframework/cache/interceptor/CacheAspectSupport;Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;[Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
2: aload 0
aload 0
aload 2
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.method:Ljava/lang/reflect/Method;
aload 3
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.extractArgs:(Ljava/lang/reflect/Method;[Ljava/lang/Object;)[Ljava/lang/Object;
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
3: aload 0
aload 4
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
4: aload 0
aload 1
aload 0
aload 2
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.cacheResolver:Lorg/springframework/cache/interceptor/CacheResolver;
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport.getCaches:(Lorg/springframework/cache/interceptor/CacheOperationInvocationContext;Lorg/springframework/cache/interceptor/CacheResolver;)Ljava/util/Collection;
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
5: aload 0
aload 0
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createCacheNames:(Ljava/util/Collection;)Ljava/util/Collection;
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.cacheNames:Ljava/util/Collection;
6: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 7 2 metadata Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
0 7 3 args [Ljava/lang/Object;
0 7 4 target Ljava/lang/Object;
MethodParameters:
Name Flags
this$0 final
metadata
args
target
public org.springframework.cache.interceptor.CacheOperation getOperation();
descriptor: ()Lorg/springframework/cache/interceptor/CacheOperation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
public java.lang.Object getTarget();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
public java.lang.reflect.Method getMethod();
descriptor: ()Ljava/lang/reflect/Method;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.method:Ljava/lang/reflect/Method;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
public java.lang.Object[] getArgs();
descriptor: ()[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
private java.lang.Object[] (java.lang.reflect.Method, java.lang.Object[]);
descriptor: (Ljava/lang/reflect/Method;[Ljava/lang/Object;)[Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual java.lang.reflect.Method.isVarArgs:()Z
ifne 2
1: aload 2
areturn
2: StackMap locals:
StackMap stack:
aload 2
aload 2
arraylength
iconst_1
isub
aaload
invokestatic org.springframework.util.ObjectUtils.toObjectArray:(Ljava/lang/Object;)[Ljava/lang/Object;
astore 3
start local 3 3: aload 2
arraylength
iconst_1
isub
aload 3
arraylength
iadd
anewarray java.lang.Object
astore 4
start local 4 4: aload 2
iconst_0
aload 4
iconst_0
aload 2
arraylength
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 3
iconst_0
aload 4
aload 2
arraylength
iconst_1
isub
aload 3
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 7 1 method Ljava/lang/reflect/Method;
0 7 2 args [Ljava/lang/Object;
3 7 3 varArgs [Ljava/lang/Object;
4 7 4 combinedArgs [Ljava/lang/Object;
MethodParameters:
Name Flags
method
args
protected boolean isConditionPassing(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
ifnonnull 8
1: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
invokevirtual org.springframework.cache.interceptor.CacheOperation.getCondition:()Ljava/lang/String;
invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
ifeq 7
2: aload 0
aload 1
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
astore 2
start local 2 3: aload 0
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
getfield org.springframework.cache.interceptor.CacheAspectSupport.evaluator:Lorg/springframework/cache/interceptor/CacheOperationExpressionEvaluator;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
invokevirtual org.springframework.cache.interceptor.CacheOperation.getCondition:()Ljava/lang/String;
4: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.methodKey:Lorg/springframework/context/expression/AnnotatedElementKey;
aload 2
5: invokevirtual org.springframework.cache.interceptor.CacheOperationExpressionEvaluator.condition:(Ljava/lang/String;Lorg/springframework/context/expression/AnnotatedElementKey;Lorg/springframework/expression/EvaluationContext;)Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
end local 2 6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
8: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
invokevirtual java.lang.Boolean.booleanValue:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 9 1 result Ljava/lang/Object;
3 6 2 evaluationContext Lorg/springframework/expression/EvaluationContext;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
result
protected boolean canPutToCache(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: ldc ""
astore 2
start local 2 1: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
instanceof org.springframework.cache.interceptor.CacheableOperation
ifeq 4
2: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
checkcast org.springframework.cache.interceptor.CacheableOperation
invokevirtual org.springframework.cache.interceptor.CacheableOperation.getUnless:()Ljava/lang/String;
astore 2
3: goto 6
4: StackMap locals: java.lang.String
StackMap stack:
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
instanceof org.springframework.cache.interceptor.CachePutOperation
ifeq 6
5: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
checkcast org.springframework.cache.interceptor.CachePutOperation
invokevirtual org.springframework.cache.interceptor.CachePutOperation.getUnless:()Ljava/lang/String;
astore 2
6: StackMap locals:
StackMap stack:
aload 2
invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
ifeq 11
7: aload 0
aload 1
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
astore 3
start local 3 8: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
getfield org.springframework.cache.interceptor.CacheAspectSupport.evaluator:Lorg/springframework/cache/interceptor/CacheOperationExpressionEvaluator;
aload 2
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.methodKey:Lorg/springframework/context/expression/AnnotatedElementKey;
aload 3
invokevirtual org.springframework.cache.interceptor.CacheOperationExpressionEvaluator.unless:(Ljava/lang/String;Lorg/springframework/context/expression/AnnotatedElementKey;Lorg/springframework/expression/EvaluationContext;)Z
ifeq 9
iconst_0
goto 10
StackMap locals: org.springframework.expression.EvaluationContext
StackMap stack:
9: iconst_1
StackMap locals:
StackMap stack: int
10: ireturn
end local 3 11: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 12 1 value Ljava/lang/Object;
1 12 2 unless Ljava/lang/String;
8 11 3 evaluationContext Lorg/springframework/expression/EvaluationContext;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
value
protected java.lang.Object generateKey(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
invokevirtual org.springframework.cache.interceptor.CacheOperation.getKey:()Ljava/lang/String;
invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
ifeq 3
1: aload 0
aload 1
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
astore 2
start local 2 2: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
getfield org.springframework.cache.interceptor.CacheAspectSupport.evaluator:Lorg/springframework/cache/interceptor/CacheOperationExpressionEvaluator;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.operation:Lorg/springframework/cache/interceptor/CacheOperation;
invokevirtual org.springframework.cache.interceptor.CacheOperation.getKey:()Ljava/lang/String;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.methodKey:Lorg/springframework/context/expression/AnnotatedElementKey;
aload 2
invokevirtual org.springframework.cache.interceptor.CacheOperationExpressionEvaluator.key:(Ljava/lang/String;Lorg/springframework/context/expression/AnnotatedElementKey;Lorg/springframework/expression/EvaluationContext;)Ljava/lang/Object;
areturn
end local 2 3: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.keyGenerator:Lorg/springframework/cache/interceptor/KeyGenerator;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.method:Ljava/lang/reflect/Method;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
invokeinterface org.springframework.cache.interceptor.KeyGenerator.generate:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 4 1 result Ljava/lang/Object;
2 3 2 evaluationContext Lorg/springframework/expression/EvaluationContext;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
result
private org.springframework.expression.EvaluationContext createEvaluationContext(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
getfield org.springframework.cache.interceptor.CacheAspectSupport.evaluator:Lorg/springframework/cache/interceptor/CacheOperationExpressionEvaluator;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.method:Ljava/lang/reflect/Method;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
1: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.targetClass:Ljava/lang/Class;
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.targetMethod:Ljava/lang/reflect/Method;
aload 1
aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
getfield org.springframework.cache.interceptor.CacheAspectSupport.beanFactory:Lorg/springframework/beans/factory/BeanFactory;
2: invokevirtual org.springframework.cache.interceptor.CacheOperationExpressionEvaluator.createEvaluationContext:(Ljava/util/Collection;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/Object;Lorg/springframework/beans/factory/BeanFactory;)Lorg/springframework/expression/EvaluationContext;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 3 1 result Ljava/lang/Object;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
result
protected java.util.Collection<? extends org.springframework.cache.Cache> getCaches();
descriptor: ()Ljava/util/Collection;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
Signature: ()Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
protected java.util.Collection<java.lang.String> getCacheNames();
descriptor: ()Ljava/util/Collection;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.cacheNames:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
private java.util.Collection<java.lang.String> createCacheNames(java.util.Collection<? extends org.springframework.cache.Cache>);
descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 1: aload 1
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext java.util.Collection java.util.Collection top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.springframework.cache.Cache
astore 3
start local 3 3: aload 2
aload 3
invokeinterface org.springframework.cache.Cache.getName:()Ljava/lang/String;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;
0 6 1 caches Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;
1 6 2 names Ljava/util/Collection<Ljava/lang/String;>;
3 4 3 cache Lorg/springframework/cache/Cache;
Signature: (Ljava/util/Collection<+Lorg/springframework/cache/Cache;>;)Ljava/util/Collection<Ljava/lang/String;>;
MethodParameters:
Name Flags
caches
public org.springframework.cache.interceptor.BasicOperation getOperation();
descriptor: ()Lorg/springframework/cache/interceptor/BasicOperation;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.getOperation:()Lorg/springframework/cache/interceptor/CacheOperation;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/cache/interceptor/CacheOperationInvocationContext<Lorg/springframework/cache/interceptor/CacheOperation;>;
SourceFile: "CacheAspectSupport.java"
NestHost: org.springframework.cache.interceptor.CacheAspectSupport
InnerClasses:
protected CacheOperationContext = org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext of org.springframework.cache.interceptor.CacheAspectSupport
protected CacheOperationMetadata = org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata of org.springframework.cache.interceptor.CacheAspectSupport