final class com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache extends com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache implements java.io.Serializable
{
private static final long serialVersionUID;
final com.github.benmanes.caffeine.cache.UnboundedLocalCache cache;
java.util.concurrent.ConcurrentMap mapView;
com.github.benmanes.caffeine.cache.Policy policy;
void <init>(com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.AsyncCacheLoader)
{
com.github.benmanes.caffeine.cache.Caffeine v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v := @parameter: com.github.benmanes.caffeine.cache.Caffeine;
v := @parameter: com.github.benmanes.caffeine.cache.AsyncCacheLoader;
specialinvoke v.<com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache: void <init>(com.github.benmanes.caffeine.cache.AsyncCacheLoader)>(v);
v = new com.github.benmanes.caffeine.cache.UnboundedLocalCache;
specialinvoke v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache: void <init>(com.github.benmanes.caffeine.cache.Caffeine,boolean)>(v, 1);
v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache> = v;
return;
}
public com.github.benmanes.caffeine.cache.LocalCache cache()
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
return v;
}
public java.util.concurrent.ConcurrentMap asMap()
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncAsMapView v;
java.util.concurrent.ConcurrentMap v, v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: java.util.concurrent.ConcurrentMap mapView>;
if v != null goto label;
v = new com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncAsMapView;
v = v;
specialinvoke v.<com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncAsMapView: void <init>(com.github.benmanes.caffeine.cache.LocalAsyncCache)>(v);
v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: java.util.concurrent.ConcurrentMap mapView> = v;
goto label;
label:
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: java.util.concurrent.ConcurrentMap mapView>;
label:
return v;
}
public com.github.benmanes.caffeine.cache.Policy policy()
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedPolicy v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
java.util.function.Function v;
com.github.benmanes.caffeine.cache.Policy v, v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = staticinvoke <com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache$getIfReady__330: java.util.function.Function bootstrap$()>();
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.Policy policy>;
if v != null goto label;
v = new com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedPolicy;
v = v;
specialinvoke v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedPolicy: void <init>(com.github.benmanes.caffeine.cache.UnboundedLocalCache,java.util.function.Function)>(v, v);
v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.Policy policy> = v;
goto label;
label:
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.Policy policy>;
label:
return v;
}
private void readObject(java.io.ObjectInputStream) throws java.io.InvalidObjectException
{
java.io.ObjectInputStream v;
java.io.InvalidObjectException v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v := @parameter: java.io.ObjectInputStream;
v = new java.io.InvalidObjectException;
specialinvoke v.<java.io.InvalidObjectException: void <init>(java.lang.String)>("Proxy required");
throw v;
}
java.lang.Object writeReplace()
{
com.github.benmanes.caffeine.cache.Ticker v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache v, v, v;
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache v;
com.github.benmanes.caffeine.cache.SerializationProxy v;
com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
com.github.benmanes.caffeine.cache.RemovalListener v;
boolean v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache;
v = new com.github.benmanes.caffeine.cache.SerializationProxy;
specialinvoke v.<com.github.benmanes.caffeine.cache.SerializationProxy: void <init>()>();
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = virtualinvoke v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache: boolean isRecordingStats()>();
v.<com.github.benmanes.caffeine.cache.SerializationProxy: boolean isRecordingStats> = v;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache: com.github.benmanes.caffeine.cache.RemovalListener removalListener>;
v.<com.github.benmanes.caffeine.cache.SerializationProxy: com.github.benmanes.caffeine.cache.RemovalListener removalListener> = v;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader>;
v.<com.github.benmanes.caffeine.cache.SerializationProxy: com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader> = v;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncLoadingCache: com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache: com.github.benmanes.caffeine.cache.Ticker ticker>;
v.<com.github.benmanes.caffeine.cache.SerializationProxy: com.github.benmanes.caffeine.cache.Ticker ticker> = v;
v.<com.github.benmanes.caffeine.cache.SerializationProxy: boolean async> = 1;
return v;
}
}