public final class okhttp3.internal.cache.CacheStrategy
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: okhttp3.internal.cache.CacheStrategy
super_class: java.lang.Object
{
public final okhttp3.Request networkRequest;
descriptor: Lokhttp3/Request;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
RuntimeInvisibleAnnotations:
Nullable()
public final okhttp3.Response cacheResponse;
descriptor: Lokhttp3/Response;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
RuntimeInvisibleAnnotations:
Nullable()
void <init>(okhttp3.Request, okhttp3.Response);
descriptor: (Lokhttp3/Request;Lokhttp3/Response;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable 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 Lokhttp3/internal/cache/CacheStrategy;
MethodParameters:
Name Flags
networkRequest
cacheResponse
public static boolean isCacheable(okhttp3.Response, okhttp3.Request);
descriptor: (Lokhttp3/Response;Lokhttp3/Request;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
response
request
}
SourceFile: "CacheStrategy.java"
NestMembers:
okhttp3.internal.cache.CacheStrategy$Factory
InnerClasses:
public Factory = okhttp3.internal.cache.CacheStrategy$Factory of okhttp3.internal.cache.CacheStrategy