abstract class org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache extends java.lang.Object implements org.apache.camel.com.github.benmanes.caffeine.cache.AsyncLoadingCache
{
static final java.util.logging.Logger logger;
final org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache;
final boolean canBulkLoad;
final org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader loader;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView localCacheView;
void <init>(org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache, org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader)
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache v;
org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache;
v := @parameter: org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader loader> = v;
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: boolean canBulkLoad(org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader)>(v);
v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: boolean canBulkLoad> = v;
v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache> = v;
return;
}
protected abstract org.apache.camel.com.github.benmanes.caffeine.cache.Policy policy();
private static boolean canBulkLoad(org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader)
{
java.util.logging.Level v;
java.lang.reflect.Method v, v, v, v;
boolean v, v, v, v;
java.lang.Class[] v, v, v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
java.util.logging.Logger v;
java.lang.Exception v;
java.lang.Class v, v, v, v;
v := @parameter: org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader;
label:
v = class "Lorg/apache/camel/com/github/benmanes/caffeine/cache/AsyncCacheLoader;";
v = v instanceof org.apache.camel.com.github.benmanes.caffeine.cache.CacheLoader;
if v == 0 goto label;
v = class "Lorg/apache/camel/com/github/benmanes/caffeine/cache/CacheLoader;";
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = newarray (java.lang.Class)[1];
v[0] = class "Ljava/lang/Iterable;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("loadAll", v);
v = class "Lorg/apache/camel/com/github/benmanes/caffeine/cache/CacheLoader;";
v = newarray (java.lang.Class)[1];
v[0] = class "Ljava/lang/Iterable;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("loadAll", v);
v = virtualinvoke v.<java.lang.reflect.Method: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
label:
return 1;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = newarray (java.lang.Class)[2];
v[0] = class "Ljava/lang/Iterable;";
v[1] = class "Ljava/util/concurrent/Executor;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("asyncLoadAll", v);
v = newarray (java.lang.Class)[2];
v[0] = class "Ljava/lang/Iterable;";
v[1] = class "Ljava/util/concurrent/Executor;";
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getMethod(java.lang.String,java.lang.Class[])>("asyncLoadAll", v);
v = virtualinvoke v.<java.lang.reflect.Method: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
label:
v := @caughtexception;
v = <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.logging.Logger logger>;
v = <java.util.logging.Level: java.util.logging.Level WARNING>;
virtualinvoke v.<java.util.logging.Logger: void log(java.util.logging.Level,java.lang.String,java.lang.Throwable)>(v, "Cannot determine if CacheLoader can bulk load", v);
return 0;
catch java.lang.NoSuchMethodException from label to label with label;
catch java.lang.SecurityException from label to label with label;
catch java.lang.NoSuchMethodException from label to label with label;
catch java.lang.SecurityException from label to label with label;
}
public java.util.concurrent.CompletableFuture getIfPresent(java.lang.Object)
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.lang.Object v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object getIfPresent(java.lang.Object,boolean)>(v, 1);
return v;
}
public java.util.concurrent.CompletableFuture get(java.lang.Object, java.util.function.Function)
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.util.function.BiFunction v;
java.lang.Object v;
java.util.concurrent.CompletableFuture v;
java.util.function.Function v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v := @parameter: java.util.function.Function;
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$lambda_get_1__87: java.util.function.BiFunction bootstrap$(java.util.function.Function,java.lang.Object)>(v, v);
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture get(java.lang.Object,java.util.function.BiFunction)>(v, v);
return v;
}
public java.util.concurrent.CompletableFuture get(java.lang.Object, java.util.function.BiFunction)
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.util.function.BiFunction v;
java.lang.Object v;
java.util.concurrent.CompletableFuture v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v := @parameter: java.util.function.BiFunction;
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture get(java.lang.Object,java.util.function.BiFunction,boolean)>(v, v, 1);
return v;
}
java.util.concurrent.CompletableFuture get(java.lang.Object, java.util.function.BiFunction, boolean)
{
java.util.function.BiFunction v;
java.util.concurrent.atomic.AtomicBoolean v;
java.util.concurrent.CompletableFuture v, v;
long v;
java.util.function.Function v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.util.concurrent.CompletableFuture[] v;
java.util.function.BiConsumer v;
java.lang.Object v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.Ticker v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v := @parameter: java.util.function.BiFunction;
v := @parameter: boolean;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: org.apache.camel.com.github.benmanes.caffeine.cache.Ticker statsTicker()>();
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.Ticker: long read()>();
v = newarray (java.util.concurrent.CompletableFuture)[1];
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$lambda_get_2__88: java.util.function.Function bootstrap$(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache,java.util.concurrent.CompletableFuture[],java.util.function.BiFunction,java.lang.Object)>(v, v, v, v);
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object computeIfAbsent(java.lang.Object,java.util.function.Function,boolean,boolean)>(v, v, v, 0);
v = v[0];
if v == null goto label;
v = new java.util.concurrent.atomic.AtomicBoolean;
specialinvoke v.<java.util.concurrent.atomic.AtomicBoolean: void <init>()>();
v = v[0];
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$lambda_get_3__89: java.util.function.BiConsumer bootstrap$(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache,java.util.concurrent.atomic.AtomicBoolean,long,java.lang.Object,java.util.concurrent.CompletableFuture[])>(v, v, v, v, v);
virtualinvoke v.<java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture whenComplete(java.util.function.BiConsumer)>(v);
label:
return v;
}
public java.util.concurrent.CompletableFuture get(java.lang.Object)
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.util.function.BiFunction v;
java.lang.Object v, v;
java.util.concurrent.CompletableFuture v;
org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader loader>;
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$asyncLoad__90: java.util.function.BiFunction bootstrap$(org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader)>(v);
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture get(java.lang.Object,java.util.function.BiFunction)>(v, v);
v = staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object)>(v);
return v;
}
public java.util.concurrent.CompletableFuture getAll(java.lang.Iterable)
{
java.util.Iterator v;
java.util.concurrent.CompletableFuture v, v;
java.util.function.Function v;
java.lang.Iterable v;
java.util.LinkedHashMap v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.lang.Object v, v;
boolean v, v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Iterable;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: boolean canBulkLoad>;
if v == 0 goto label;
v = specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture getAllBulk(java.lang.Iterable)>(v);
return v;
label:
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>()>();
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$get__91: java.util.function.Function bootstrap$(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache)>(v);
v = interfaceinvoke v.<java.lang.Iterable: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = interfaceinvoke v.<java.util.Map: java.lang.Object computeIfAbsent(java.lang.Object,java.util.function.Function)>(v, v);
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
goto label;
label:
v = specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture composeResult(java.util.Map)>(v);
return v;
}
private java.util.concurrent.CompletableFuture getAllBulk(java.lang.Iterable)
{
java.lang.Throwable v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$AsyncBulkCompleter v;
java.util.HashMap v;
java.util.concurrent.CompletableFuture v, v, v, v;
java.lang.Iterable v;
java.util.LinkedHashMap v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
int v, v, v, v;
boolean v, v, v;
java.util.Iterator v;
java.util.concurrent.Executor v;
java.util.Set v;
org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter v, v;
java.lang.Object v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache v, v, v, v, v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Iterable;
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>()>();
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v = interfaceinvoke v.<java.lang.Iterable: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = interfaceinvoke v.<java.util.Map: boolean containsKey(java.lang.Object)>(v);
if v != 0 goto label;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object getIfPresent(java.lang.Object,boolean)>(v, 0);
if v != null goto label;
v = new java.util.concurrent.CompletableFuture;
specialinvoke v.<java.util.concurrent.CompletableFuture: void <init>()>();
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object putIfAbsent(java.lang.Object,java.lang.Object)>(v, v);
v = v;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
goto label;
label:
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter()>();
v = interfaceinvoke v.<java.util.Map: int size()>();
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter: void recordMisses(int)>(v);
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter()>();
v = interfaceinvoke v.<java.util.Map: int size()>();
v = interfaceinvoke v.<java.util.Map: int size()>();
v = v - v;
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter: void recordHits(int)>(v);
v = interfaceinvoke v.<java.util.Map: boolean isEmpty()>();
if v == 0 goto label;
v = specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture composeResult(java.util.Map)>(v);
return v;
label:
v = new org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$AsyncBulkCompleter;
specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$AsyncBulkCompleter: void <init>(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache,java.util.Map)>(v, v);
label:
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader loader>;
v = interfaceinvoke v.<java.util.Map: java.util.Set keySet()>();
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.util.concurrent.Executor executor()>();
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.AsyncCacheLoader: java.util.concurrent.CompletableFuture asyncLoadAll(java.lang.Iterable,java.util.concurrent.Executor)>(v, v);
virtualinvoke v.<java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture whenComplete(java.util.function.BiConsumer)>(v);
v = specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.concurrent.CompletableFuture composeResult(java.util.Map)>(v);
label:
return v;
label:
v := @caughtexception;
virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$AsyncBulkCompleter: void accept(java.util.Map,java.lang.Throwable)>(null, v);
throw v;
catch java.lang.Throwable from label to label with label;
}
private java.util.concurrent.CompletableFuture composeResult(java.util.Map)
{
java.lang.Object[] v;
java.util.Collection v;
java.util.concurrent.CompletableFuture v, v, v;
java.util.function.Function v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
java.util.concurrent.CompletableFuture[] v;
java.util.Map v, v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.util.Map;
v = interfaceinvoke v.<java.util.Map: boolean isEmpty()>();
if v == 0 goto label;
v = staticinvoke <java.util.Collections: java.util.Map emptyMap()>();
v = staticinvoke <java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture completedFuture(java.lang.Object)>(v);
return v;
label:
v = interfaceinvoke v.<java.util.Map: java.util.Collection values()>();
v = newarray (java.util.concurrent.CompletableFuture)[0];
v = interfaceinvoke v.<java.util.Collection: java.lang.Object[] toArray(java.lang.Object[])>(v);
v = staticinvoke <java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture allOf(java.util.concurrent.CompletableFuture[])>(v);
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$lambda_composeResult_5__92: java.util.function.Function bootstrap$(java.util.Map)>(v);
v = virtualinvoke v.<java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture thenApply(java.util.function.Function)>(v);
return v;
}
public void put(java.lang.Object, java.util.concurrent.CompletableFuture)
{
java.util.concurrent.atomic.AtomicBoolean v;
java.util.concurrent.CompletableFuture v;
long v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter v;
java.util.function.BiConsumer v;
java.lang.Object v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache v, v, v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.Ticker v;
boolean v, v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v := @parameter: java.lang.Object;
v := @parameter: java.util.concurrent.CompletableFuture;
v = virtualinvoke v.<java.util.concurrent.CompletableFuture: boolean isCompletedExceptionally()>();
if v != 0 goto label;
v = virtualinvoke v.<java.util.concurrent.CompletableFuture: boolean isDone()>();
if v == 0 goto label;
v = virtualinvoke v.<java.util.concurrent.CompletableFuture: java.lang.Object join()>();
if v != null goto label;
label:
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter()>();
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.stats.StatsCounter: void recordLoadFailure(long)>(0L);
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object remove(java.lang.Object)>(v);
return;
label:
v = new java.util.concurrent.atomic.AtomicBoolean;
specialinvoke v.<java.util.concurrent.atomic.AtomicBoolean: void <init>()>();
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: org.apache.camel.com.github.benmanes.caffeine.cache.Ticker statsTicker()>();
v = interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.Ticker: long read()>();
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache cache>;
interfaceinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalCache: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = staticinvoke <org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$lambda_put_6__93: java.util.function.BiConsumer bootstrap$(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache,java.util.concurrent.atomic.AtomicBoolean,long,java.lang.Object,java.util.concurrent.CompletableFuture)>(v, v, v, v, v);
virtualinvoke v.<java.util.concurrent.CompletableFuture: java.util.concurrent.CompletableFuture whenComplete(java.util.function.BiConsumer)>(v);
return;
}
public org.apache.camel.com.github.benmanes.caffeine.cache.LoadingCache synchronous()
{
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache v;
org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView v, v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView localCacheView>;
if v != null goto label;
v = new org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView;
specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView: void <init>(org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache)>(v);
v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView localCacheView> = v;
goto label;
label:
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache$LoadingCacheView localCacheView>;
label:
return v;
}
static void <clinit>()
{
java.lang.Class v;
java.lang.String v;
java.util.logging.Logger v;
v = class "Lorg/apache/camel/com/github/benmanes/caffeine/cache/LocalAsyncLoadingCache;";
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = staticinvoke <java.util.logging.Logger: java.util.logging.Logger getLogger(java.lang.String)>(v);
<org.apache.camel.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: java.util.logging.Logger logger> = v;
return;
}
}