public class org.springframework.cache.interceptor.CacheProxyFactoryBean extends org.springframework.aop.framework.AbstractSingletonProxyFactoryBean implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.SmartInitializingSingleton
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.interceptor.CacheProxyFactoryBean
  super_class: org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
{
  private final org.springframework.cache.interceptor.CacheInterceptor cacheInterceptor;
    descriptor: Lorg/springframework/cache/interceptor/CacheInterceptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.aop.Pointcut pointcut;
    descriptor: Lorg/springframework/aop/Pointcut;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
         0: .line 48
            aload 0 /* this */
            invokespecial org.springframework.aop.framework.AbstractSingletonProxyFactoryBean.<init>:()V
         1: .line 51
            aload 0 /* this */
            new org.springframework.cache.interceptor.CacheInterceptor
            dup
            invokespecial org.springframework.cache.interceptor.CacheInterceptor.<init>:()V
            putfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
         2: .line 53
            aload 0 /* this */
            getstatic org.springframework.aop.Pointcut.TRUE:Lorg/springframework/aop/Pointcut;
            putfield org.springframework.cache.interceptor.CacheProxyFactoryBean.pointcut:Lorg/springframework/aop/Pointcut;
         3: .line 48
            return
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;

  public void setCacheOperationSources(org.springframework.cache.interceptor.CacheOperationSource[]);
    descriptor: ([Lorg/springframework/cache/interceptor/CacheOperationSource;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.cache.interceptor.CacheOperationSource[] cacheOperationSources
         0: .line 61
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            aload 1 /* cacheOperationSources */
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.setCacheOperationSources:([Lorg/springframework/cache/interceptor/CacheOperationSource;)V
         1: .line 62
            return
        end local 1 // org.springframework.cache.interceptor.CacheOperationSource[] cacheOperationSources
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  cacheOperationSources  [Lorg/springframework/cache/interceptor/CacheOperationSource;
    MethodParameters:
                       Name  Flags
      cacheOperationSources  

  public void setKeyGenerator(org.springframework.cache.interceptor.KeyGenerator);
    descriptor: (Lorg/springframework/cache/interceptor/KeyGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.cache.interceptor.KeyGenerator keyGenerator
         0: .line 72
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            aload 1 /* keyGenerator */
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.setKeyGenerator:(Lorg/springframework/cache/interceptor/KeyGenerator;)V
         1: .line 73
            return
        end local 1 // org.springframework.cache.interceptor.KeyGenerator keyGenerator
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  keyGenerator  Lorg/springframework/cache/interceptor/KeyGenerator;
    MethodParameters:
              Name  Flags
      keyGenerator  

  public void setCacheResolver(org.springframework.cache.interceptor.CacheResolver);
    descriptor: (Lorg/springframework/cache/interceptor/CacheResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.cache.interceptor.CacheResolver cacheResolver
         0: .line 84
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            aload 1 /* cacheResolver */
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.setCacheResolver:(Lorg/springframework/cache/interceptor/CacheResolver;)V
         1: .line 85
            return
        end local 1 // org.springframework.cache.interceptor.CacheResolver cacheResolver
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  cacheResolver  Lorg/springframework/cache/interceptor/CacheResolver;
    MethodParameters:
               Name  Flags
      cacheResolver  

  public void setCacheManager(org.springframework.cache.CacheManager);
    descriptor: (Lorg/springframework/cache/CacheManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.cache.CacheManager cacheManager
         0: .line 94
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            aload 1 /* cacheManager */
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.setCacheManager:(Lorg/springframework/cache/CacheManager;)V
         1: .line 95
            return
        end local 1 // org.springframework.cache.CacheManager cacheManager
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  cacheManager  Lorg/springframework/cache/CacheManager;
    MethodParameters:
              Name  Flags
      cacheManager  

  public void setPointcut(org.springframework.aop.Pointcut);
    descriptor: (Lorg/springframework/aop/Pointcut;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.aop.Pointcut pointcut
         0: .line 105
            aload 0 /* this */
            aload 1 /* pointcut */
            putfield org.springframework.cache.interceptor.CacheProxyFactoryBean.pointcut:Lorg/springframework/aop/Pointcut;
         1: .line 106
            return
        end local 1 // org.springframework.aop.Pointcut pointcut
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  pointcut  Lorg/springframework/aop/Pointcut;
    MethodParameters:
          Name  Flags
      pointcut  

  public void setBeanFactory(org.springframework.beans.factory.BeanFactory);
    descriptor: (Lorg/springframework/beans/factory/BeanFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
        start local 1 // org.springframework.beans.factory.BeanFactory beanFactory
         0: .line 110
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            aload 1 /* beanFactory */
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.setBeanFactory:(Lorg/springframework/beans/factory/BeanFactory;)V
         1: .line 111
            return
        end local 1 // org.springframework.beans.factory.BeanFactory beanFactory
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
            0    2     1  beanFactory  Lorg/springframework/beans/factory/BeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  

  public void afterSingletonsInstantiated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
         0: .line 115
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.afterSingletonsInstantiated:()V
         1: .line 116
            return
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;

  protected java.lang.Object createMainInterceptor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
         0: .line 121
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            invokevirtual org.springframework.cache.interceptor.CacheInterceptor.afterPropertiesSet:()V
         1: .line 122
            new org.springframework.aop.support.DefaultPointcutAdvisor
            dup
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.pointcut:Lorg/springframework/aop/Pointcut;
            aload 0 /* this */
            getfield org.springframework.cache.interceptor.CacheProxyFactoryBean.cacheInterceptor:Lorg/springframework/cache/interceptor/CacheInterceptor;
            invokespecial org.springframework.aop.support.DefaultPointcutAdvisor.<init>:(Lorg/springframework/aop/Pointcut;Lorg/aopalliance/aop/Advice;)V
            areturn
        end local 0 // org.springframework.cache.interceptor.CacheProxyFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/cache/interceptor/CacheProxyFactoryBean;
}
SourceFile: "CacheProxyFactoryBean.java"