public interface org.springframework.cache.annotation.CachingConfigurer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.cache.annotation.CachingConfigurer
  super_class: java.lang.Object
{
  public abstract org.springframework.cache.CacheManager cacheManager();
    descriptor: ()Lorg/springframework/cache/CacheManager;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract org.springframework.cache.interceptor.CacheResolver cacheResolver();
    descriptor: ()Lorg/springframework/cache/interceptor/CacheResolver;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract org.springframework.cache.interceptor.KeyGenerator keyGenerator();
    descriptor: ()Lorg/springframework/cache/interceptor/KeyGenerator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public abstract org.springframework.cache.interceptor.CacheErrorHandler errorHandler();
    descriptor: ()Lorg/springframework/cache/interceptor/CacheErrorHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "CachingConfigurer.java"