public interface org.springframework.cache.interceptor.CacheOperationInvoker
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.cache.interceptor.CacheOperationInvoker
  super_class: java.lang.Object
{
  public abstract java.lang.Object invoke();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "CacheOperationInvoker.java"
NestMembers:
  org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper
InnerClasses:
  public ThrowableWrapper = org.springframework.cache.interceptor.CacheOperationInvoker$ThrowableWrapper of org.springframework.cache.interceptor.CacheOperationInvoker
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()