123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .class Lokhttp3/Cache$1;
- .super Ljava/lang/Object;
- .source ""
- # interfaces
- .implements Lokhttp3/internal/cache/InternalCache;
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokhttp3/Cache;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = null
- .end annotation
- # instance fields
- .field final synthetic this$0:Lokhttp3/Cache;
- # direct methods
- .method constructor <init>(Lokhttp3/Cache;)V
- .locals 0
- iput-object p1, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- # virtual methods
- .method public get(Lokhttp3/Request;)Lokhttp3/Response;
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0, p1}, Lokhttp3/Cache;->get(Lokhttp3/Request;)Lokhttp3/Response;
- move-result-object p1
- return-object p1
- .end method
- .method public put(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0, p1}, Lokhttp3/Cache;->put(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
- move-result-object p1
- return-object p1
- .end method
- .method public remove(Lokhttp3/Request;)V
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0, p1}, Lokhttp3/Cache;->remove(Lokhttp3/Request;)V
- return-void
- .end method
- .method public trackConditionalCacheHit()V
- .locals 1
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0}, Lokhttp3/Cache;->trackConditionalCacheHit()V
- return-void
- .end method
- .method public trackResponse(Lokhttp3/internal/cache/CacheStrategy;)V
- .locals 1
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0, p1}, Lokhttp3/Cache;->trackResponse(Lokhttp3/internal/cache/CacheStrategy;)V
- return-void
- .end method
- .method public update(Lokhttp3/Response;Lokhttp3/Response;)V
- .locals 1
- iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
- invoke-virtual {v0, p1, p2}, Lokhttp3/Cache;->update(Lokhttp3/Response;Lokhttp3/Response;)V
- return-void
- .end method
|