class okhttp3.Cache$1 implements okhttp3.internal.cache.InternalCache
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: okhttp3.Cache$1
super_class: java.lang.Object
{
final okhttp3.Cache this$0;
descriptor: Lokhttp3/Cache;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(okhttp3.Cache);
descriptor: (Lokhttp3/Cache;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/Cache$1;
MethodParameters:
Name Flags
this$0 final
public okhttp3.Response get(okhttp3.Request);
descriptor: (Lokhttp3/Request;)Lokhttp3/Response;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 1
invokevirtual okhttp3.Cache.get:(Lokhttp3/Request;)Lokhttp3/Response;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/Cache$1;
0 1 1 request Lokhttp3/Request;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
request
public okhttp3.internal.cache.CacheRequest put(okhttp3.Response);
descriptor: (Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 1
invokevirtual okhttp3.Cache.put:(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/Cache$1;
0 1 1 response Lokhttp3/Response;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
response
public void remove(okhttp3.Request);
descriptor: (Lokhttp3/Request;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 1
invokevirtual okhttp3.Cache.remove:(Lokhttp3/Request;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lokhttp3/Cache$1;
0 2 1 request Lokhttp3/Request;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
request
public void update(okhttp3.Response, okhttp3.Response);
descriptor: (Lokhttp3/Response;Lokhttp3/Response;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 1
aload 2
invokevirtual okhttp3.Cache.update:(Lokhttp3/Response;Lokhttp3/Response;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lokhttp3/Cache$1;
0 2 1 cached Lokhttp3/Response;
0 2 2 network Lokhttp3/Response;
MethodParameters:
Name Flags
cached
network
public void trackConditionalCacheHit();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
invokevirtual okhttp3.Cache.trackConditionalCacheHit:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lokhttp3/Cache$1;
public void trackResponse(okhttp3.internal.cache.CacheStrategy);
descriptor: (Lokhttp3/internal/cache/CacheStrategy;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
aload 1
invokevirtual okhttp3.Cache.trackResponse:(Lokhttp3/internal/cache/CacheStrategy;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lokhttp3/Cache$1;
0 2 1 cacheStrategy Lokhttp3/internal/cache/CacheStrategy;
MethodParameters:
Name Flags
cacheStrategy
}
SourceFile: "Cache.java"
EnclosingMethod: okhttp3.Cache
NestHost: okhttp3.Cache
InnerClasses:
okhttp3.Cache$1