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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 2 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata metadata
        start local 3 // java.lang.Object[] args
        start local 4 // java.lang.Object target
         0: .line 703
            aload 0 /* this */
            aload 1
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.this$0:Lorg/springframework/cache/interceptor/CacheAspectSupport;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 704
            aload 0 /* this */
            aload 2 /* metadata */
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.metadata:Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationMetadata;
         2: .line 705
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* metadata */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata.method:Ljava/lang/reflect/Method;
            aload 3 /* args */
            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: .line 706
            aload 0 /* this */
            aload 4 /* target */
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
         4: .line 707
            aload 0 /* this */
            aload 1
            aload 0 /* this */
            aload 2 /* metadata */
            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: .line 708
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            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: .line 709
            return
        end local 4 // java.lang.Object target
        end local 3 // java.lang.Object[] args
        end local 2 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationMetadata metadata
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 713
            aload 0 /* this */
            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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 718
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 723
            aload 0 /* this */
            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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 728
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/interceptor/CacheAspectSupport$CacheOperationContext;

  private java.lang.Object[] extractArgs(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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Object[] args
         0: .line 732
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.isVarArgs:()Z
            ifne 2
         1: .line 733
            aload 2 /* args */
            areturn
         2: .line 735
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            aload 2 /* args */
            arraylength
            iconst_1
            isub
            aaload
            invokestatic org.springframework.util.ObjectUtils.toObjectArray:(Ljava/lang/Object;)[Ljava/lang/Object;
            astore 3 /* varArgs */
        start local 3 // java.lang.Object[] varArgs
         3: .line 736
            aload 2 /* args */
            arraylength
            iconst_1
            isub
            aload 3 /* varArgs */
            arraylength
            iadd
            anewarray java.lang.Object
            astore 4 /* combinedArgs */
        start local 4 // java.lang.Object[] combinedArgs
         4: .line 737
            aload 2 /* args */
            iconst_0
            aload 4 /* combinedArgs */
            iconst_0
            aload 2 /* args */
            arraylength
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 738
            aload 3 /* varArgs */
            iconst_0
            aload 4 /* combinedArgs */
            aload 2 /* args */
            arraylength
            iconst_1
            isub
            aload 3 /* varArgs */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 739
            aload 4 /* combinedArgs */
            areturn
        end local 4 // java.lang.Object[] combinedArgs
        end local 3 // java.lang.Object[] varArgs
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.lang.Object result
         0: .line 743
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
            ifnonnull 8
         1: .line 744
            aload 0 /* this */
            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: .line 745
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
            astore 2 /* evaluationContext */
        start local 2 // org.springframework.expression.EvaluationContext evaluationContext
         3: .line 746
            aload 0 /* this */
            aload 0 /* this */
            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 /* this */
            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: .line 747
            aload 0 /* this */
            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 /* evaluationContext */
         5: .line 746
            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 // org.springframework.expression.EvaluationContext evaluationContext
         6: .line 748
            goto 8
         7: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
         8: .line 753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.conditionPassing:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Object result
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.lang.Object value
         0: .line 757
            ldc ""
            astore 2 /* unless */
        start local 2 // java.lang.String unless
         1: .line 758
            aload 0 /* this */
            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: .line 759
            aload 0 /* this */
            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 /* unless */
         3: .line 760
            goto 6
         4: .line 761
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            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: .line 762
            aload 0 /* this */
            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 /* unless */
         6: .line 764
      StackMap locals:
      StackMap stack:
            aload 2 /* unless */
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 11
         7: .line 765
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
            astore 3 /* evaluationContext */
        start local 3 // org.springframework.expression.EvaluationContext evaluationContext
         8: .line 766
            aload 0 /* this */
            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 /* unless */
            aload 0 /* this */
            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 /* evaluationContext */
            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 // org.springframework.expression.EvaluationContext evaluationContext
        11: .line 768
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // java.lang.String unless
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.lang.Object result
         0: .line 776
            aload 0 /* this */
            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: .line 777
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.createEvaluationContext:(Ljava/lang/Object;)Lorg/springframework/expression/EvaluationContext;
            astore 2 /* evaluationContext */
        start local 2 // org.springframework.expression.EvaluationContext evaluationContext
         2: .line 778
            aload 0 /* this */
            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 /* this */
            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 /* this */
            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 /* evaluationContext */
            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 // org.springframework.expression.EvaluationContext evaluationContext
         3: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
            aload 0 /* this */
            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 /* this */
            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 // java.lang.Object result
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.lang.Object result
         0: .line 784
            aload 0 /* this */
            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 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
            aload 0 /* this */
            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 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.args:[Ljava/lang/Object;
         1: .line 785
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.target:Ljava/lang/Object;
            aload 0 /* this */
            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 /* this */
            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 /* result */
            aload 0 /* this */
            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: .line 784
            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 // java.lang.Object result
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 789
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.caches:Ljava/util/Collection;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
         0: .line 793
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.cacheNames:Ljava/util/Collection;
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
        start local 1 // java.util.Collection caches
         0: .line 797
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* names */
        start local 2 // java.util.Collection names
         1: .line 798
            aload 1 /* caches */
            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 /* cache */
        start local 3 // org.springframework.cache.Cache cache
         3: .line 799
            aload 2 /* names */
            aload 3 /* cache */
            invokeinterface org.springframework.cache.Cache.getName:()Ljava/lang/String;
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.springframework.cache.Cache cache
         4: .line 798
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 801
            aload 2 /* names */
            areturn
        end local 2 // java.util.Collection names
        end local 1 // java.util.Collection caches
        end local 0 // org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext this
      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: .line 1
            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