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 // okhttp3.Cache$1 this
         0: .line 143
            aload 0 /* this */
            aload 1
            putfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
        start local 1 // okhttp3.Request request
         0: .line 145
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 1 /* request */
            invokevirtual okhttp3.Cache.get:(Lokhttp3/Request;)Lokhttp3/Response;
            areturn
        end local 1 // okhttp3.Request request
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
        start local 1 // okhttp3.Response response
         0: .line 149
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 1 /* response */
            invokevirtual okhttp3.Cache.put:(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
            areturn
        end local 1 // okhttp3.Response response
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
        start local 1 // okhttp3.Request request
         0: .line 153
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 1 /* request */
            invokevirtual okhttp3.Cache.remove:(Lokhttp3/Request;)V
         1: .line 154
            return
        end local 1 // okhttp3.Request request
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
        start local 1 // okhttp3.Response cached
        start local 2 // okhttp3.Response network
         0: .line 157
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 1 /* cached */
            aload 2 /* network */
            invokevirtual okhttp3.Cache.update:(Lokhttp3/Response;Lokhttp3/Response;)V
         1: .line 158
            return
        end local 2 // okhttp3.Response network
        end local 1 // okhttp3.Response cached
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
         0: .line 161
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            invokevirtual okhttp3.Cache.trackConditionalCacheHit:()V
         1: .line 162
            return
        end local 0 // okhttp3.Cache$1 this
      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 // okhttp3.Cache$1 this
        start local 1 // okhttp3.internal.cache.CacheStrategy cacheStrategy
         0: .line 165
            aload 0 /* this */
            getfield okhttp3.Cache$1.this$0:Lokhttp3/Cache;
            aload 1 /* cacheStrategy */
            invokevirtual okhttp3.Cache.trackResponse:(Lokhttp3/internal/cache/CacheStrategy;)V
         1: .line 166
            return
        end local 1 // okhttp3.internal.cache.CacheStrategy cacheStrategy
        end local 0 // okhttp3.Cache$1 this
      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