final class com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache extends java.lang.Object implements com.github.benmanes.caffeine.cache.LocalAsyncCache, java.io.Serializable
{
private static final long serialVersionUID;
final com.github.benmanes.caffeine.cache.BoundedLocalCache cache;
final boolean isWeighted;
java.util.concurrent.ConcurrentMap mapView;
com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView;
com.github.benmanes.caffeine.cache.Policy policy;
void <init>(com.github.benmanes.caffeine.cache.Caffeine)
{
com.github.benmanes.caffeine.cache.Caffeine v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
com.github.benmanes.caffeine.cache.BoundedLocalCache v;
boolean v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v := @parameter: com.github.benmanes.caffeine.cache.Caffeine;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <com.github.benmanes.caffeine.cache.LocalCacheFactory: com.github.benmanes.caffeine.cache.BoundedLocalCache newBoundedLocalCache(com.github.benmanes.caffeine.cache.Caffeine,com.github.benmanes.caffeine.cache.AsyncCacheLoader,boolean)>(v, null, 1);
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.BoundedLocalCache cache> = v;
v = virtualinvoke v.<com.github.benmanes.caffeine.cache.Caffeine: boolean isWeighted()>();
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: boolean isWeighted> = v;
return;
}
public com.github.benmanes.caffeine.cache.BoundedLocalCache cache()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.BoundedLocalCache cache>;
return v;
}
public java.util.concurrent.ConcurrentMap asMap()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
com.github.benmanes.caffeine.cache.LocalAsyncCache$AsyncAsMapView v;
java.util.concurrent.ConcurrentMap v, v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: 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.BoundedLocalCache$BoundedLocalAsyncCache: java.util.concurrent.ConcurrentMap mapView> = v;
goto label;
label:
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: java.util.concurrent.ConcurrentMap mapView>;
label:
return v;
}
public com.github.benmanes.caffeine.cache.Cache synchronous()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView v, v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView>;
if v != null goto label;
v = new com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView;
specialinvoke v.<com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView: void <init>(com.github.benmanes.caffeine.cache.LocalAsyncCache)>(v);
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView> = v;
goto label;
label:
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.LocalAsyncCache$CacheView cacheView>;
label:
return v;
}
public com.github.benmanes.caffeine.cache.Policy policy()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
com.github.benmanes.caffeine.cache.BoundedLocalCache v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy v;
java.util.function.Function v;
com.github.benmanes.caffeine.cache.Policy v, v;
boolean v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.Policy policy>;
if v != null goto label;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.BoundedLocalCache cache>;
v = staticinvoke <com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache$getIfReady__36: java.util.function.Function bootstrap$()>();
v = new com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: boolean isWeighted>;
specialinvoke v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedPolicy: void <init>(com.github.benmanes.caffeine.cache.BoundedLocalCache,java.util.function.Function,boolean)>(v, v, v);
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.Policy policy> = v;
label:
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.Policy policy>;
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.BoundedLocalCache$BoundedLocalAsyncCache v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v := @parameter: java.io.ObjectInputStream;
v = new java.io.InvalidObjectException;
specialinvoke v.<java.io.InvalidObjectException: void <init>(java.lang.String)>("Proxy required");
throw v;
}
private java.lang.Object writeReplace()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache v;
com.github.benmanes.caffeine.cache.SerializationProxy v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalAsyncCache: com.github.benmanes.caffeine.cache.BoundedLocalCache cache>;
v = staticinvoke <com.github.benmanes.caffeine.cache.BoundedLocalCache: com.github.benmanes.caffeine.cache.SerializationProxy makeSerializationProxy(com.github.benmanes.caffeine.cache.BoundedLocalCache)>(v);
return v;
}
}