public class org.springframework.cache.caffeine.CaffeineCacheManager implements org.springframework.cache.CacheManager
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.cache.caffeine.CaffeineCacheManager
super_class: java.lang.Object
{
private Caffeine<java.lang.Object, java.lang.Object> cacheBuilder;
descriptor: LCaffeine;
flags: (0x0002) ACC_PRIVATE
Signature: LCaffeine<Ljava/lang/Object;Ljava/lang/Object;>;
private CacheLoader<java.lang.Object, java.lang.Object> cacheLoader;
descriptor: LCacheLoader;
flags: (0x0002) ACC_PRIVATE
Signature: LCacheLoader<Ljava/lang/Object;Ljava/lang/Object;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private boolean allowNullValues;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean dynamic;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private final java.util.Map<java.lang.String, org.springframework.cache.Cache> cacheMap;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/cache/Cache;>;
private final java.util.Collection<java.lang.String> customCacheNames;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljava/lang/String;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import com.github cannot be resolved\n\tThe import com.github cannot be resolved\n\tThe import com.github cannot be resolved\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCaffeineSpec cannot be resolved to a type\n\tCaffeine cannot be resolved\n\tCaffeine cannot be resolved\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader 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\tThe method createNativeCaffeineCache(String) is undefined for the type CaffeineCacheManager\n\tcom.github cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
public void <init>(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import com.github cannot be resolved\n\tThe import com.github cannot be resolved\n\tThe import com.github cannot be resolved\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCaffeineSpec cannot be resolved to a type\n\tCaffeine cannot be resolved\n\tCaffeine cannot be resolved\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader 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\tThe method createNativeCaffeineCache(String) is undefined for the type CaffeineCacheManager\n\tcom.github cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
MethodParameters:
Name Flags
cacheNames
public void setCacheNames(java.util.Collection<java.lang.String>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
Signature: (Ljava/util/Collection<Ljava/lang/String;>;)V
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
cacheNames
public void setCaffeine(Caffeine<java.lang.Object, java.lang.Object>);
descriptor: (LCaffeine;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tCaffeine cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
Signature: (LCaffeine<Ljava/lang/Object;Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
caffeine
public void setCaffeineSpec(CaffeineSpec);
descriptor: (LCaffeineSpec;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCaffeineSpec cannot be resolved to a type\n\tCaffeine cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
MethodParameters:
Name Flags
caffeineSpec
public void setCacheSpecification(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tCaffeine cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
MethodParameters:
Name Flags
cacheSpecification
void doSetCaffeine(Caffeine<java.lang.Object, java.lang.Object>);
descriptor: (LCaffeine;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n\tCaffeine cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
Signature: (LCaffeine<Ljava/lang/Object;Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
cacheBuilder
public void setCacheLoader(CacheLoader<java.lang.Object, java.lang.Object>);
descriptor: (LCacheLoader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
Signature: (LCacheLoader<Ljava/lang/Object;Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
cacheLoader
public void setAllowNullValues(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
MethodParameters:
Name Flags
allowNullValues
public boolean isAllowNullValues();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
public java.util.Collection<java.lang.String> getCacheNames();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
public org.springframework.cache.Cache getCache(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/springframework/cache/Cache;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
name
protected org.springframework.cache.Cache createCaffeineCache(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/springframework/cache/Cache;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method createNativeCaffeineCache(String) is undefined for the type CaffeineCacheManager\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
MethodParameters:
Name Flags
name
private void refreshCommonCaches();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/caffeine/CaffeineCacheManager;
}
SourceFile: "CaffeineCacheManager.java"