final class com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache extends com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache implements com.github.benmanes.caffeine.cache.LocalLoadingCache
{
private static final long serialVersionUID;
final java.util.function.Function mappingFunction;
final java.util.function.Function bulkMappingFunction;
void <init>(com.github.benmanes.caffeine.cache.Caffeine, com.github.benmanes.caffeine.cache.CacheLoader)
{
com.github.benmanes.caffeine.cache.Caffeine v;
com.github.benmanes.caffeine.cache.CacheLoader v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache v;
java.util.function.Function v, v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
v := @parameter: com.github.benmanes.caffeine.cache.Caffeine;
v := @parameter: com.github.benmanes.caffeine.cache.CacheLoader;
specialinvoke v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalManualCache: void <init>(com.github.benmanes.caffeine.cache.Caffeine,com.github.benmanes.caffeine.cache.CacheLoader)>(v, v);
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <com.github.benmanes.caffeine.cache.LocalLoadingCache: java.util.function.Function newMappingFunction(com.github.benmanes.caffeine.cache.CacheLoader)>(v);
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: java.util.function.Function mappingFunction> = v;
v = staticinvoke <com.github.benmanes.caffeine.cache.LocalLoadingCache: java.util.function.Function newBulkMappingFunction(com.github.benmanes.caffeine.cache.CacheLoader)>(v);
v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: java.util.function.Function bulkMappingFunction> = v;
return;
}
public com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache v;
com.github.benmanes.caffeine.cache.AsyncCacheLoader v;
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: com.github.benmanes.caffeine.cache.BoundedLocalCache cache>;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache: com.github.benmanes.caffeine.cache.AsyncCacheLoader cacheLoader>;
return v;
}
public java.util.function.Function mappingFunction()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache v;
java.util.function.Function v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: java.util.function.Function mappingFunction>;
return v;
}
public java.util.function.Function bulkMappingFunction()
{
com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache v;
java.util.function.Function v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: java.util.function.Function bulkMappingFunction>;
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$BoundedLocalLoadingCache v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
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$BoundedLocalLoadingCache v;
com.github.benmanes.caffeine.cache.SerializationProxy v;
v := @this: com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache;
v = v.<com.github.benmanes.caffeine.cache.BoundedLocalCache$BoundedLocalLoadingCache: 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;
}
}