public interface org.springframework.cache.annotation.AnnotationCacheOperationSource$CacheOperationProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.cache.annotation.AnnotationCacheOperationSource$CacheOperationProvider
  super_class: java.lang.Object
{
  public abstract java.util.Collection<org.springframework.cache.interceptor.CacheOperation> getCacheOperations(org.springframework.cache.annotation.CacheAnnotationParser);
    descriptor: (Lorg/springframework/cache/annotation/CacheAnnotationParser;)Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/springframework/cache/annotation/CacheAnnotationParser;)Ljava/util/Collection<Lorg/springframework/cache/interceptor/CacheOperation;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parser  
}
SourceFile: "AnnotationCacheOperationSource.java"
NestHost: org.springframework.cache.annotation.AnnotationCacheOperationSource
InnerClasses:
  protected abstract CacheOperationProvider = org.springframework.cache.annotation.AnnotationCacheOperationSource$CacheOperationProvider of org.springframework.cache.annotation.AnnotationCacheOperationSource
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()