class org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction implements java.util.function.Function<java.lang.Object, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction
  super_class: java.lang.Object
{
  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private boolean called;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.springframework.cache.caffeine.CaffeineCache this$0;
    descriptor: Lorg/springframework/cache/caffeine/CaffeineCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.cache.caffeine.CaffeineCache, java.lang.Object);
    descriptor: (Lorg/springframework/cache/caffeine/CaffeineCache;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.github cannot be resolved\n\tThe type CaffeineCache must implement the inherited abstract method Cache.getNativeCache()\n\tcom.github cannot be resolved to a type\n\tcom.github cannot be resolved to a type\n\tcom.github cannot be resolved to a type\n\tcache cannot be resolved or is not a field\n\tcom.github cannot be resolved to a type\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tLoadingCache cannot be resolved to a type\n\tLoadingCache<Object,Object> cannot be resolved to a type\n\tLoadingCache cannot be resolved to a type\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n\tcache cannot be resolved or is not a field\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/caffeine/CaffeineCache$PutIfAbsentFunction;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
    MethodParameters:
        Name  Flags
      this$0  final
      value   

  public java.lang.Object apply(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction this
         0: .line 150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/caffeine/CaffeineCache$PutIfAbsentFunction;
    MethodParameters:
      Name  Flags
      key   
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Ljava/lang/Object;Ljava/lang/Object;>;
SourceFile: "CaffeineCache.java"
NestHost: org.springframework.cache.caffeine.CaffeineCache
InnerClasses:
  private PutIfAbsentFunction = org.springframework.cache.caffeine.CaffeineCache$PutIfAbsentFunction of org.springframework.cache.caffeine.CaffeineCache