public final class com.google.common.cache.CacheStats
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.cache.CacheStats
  super_class: java.lang.Object
{
  private final long hitCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long missCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long loadSuccessCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long loadExceptionCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long totalLoadTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long evictionCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, long, long, long, long, long);
    descriptor: (JJJJJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=7
        start local 0 // com.google.common.cache.CacheStats this
        start local 1 // long hitCount
        start local 3 // long missCount
        start local 5 // long loadSuccessCount
        start local 7 // long loadExceptionCount
        start local 9 // long totalLoadTime
        start local 11 // long evictionCount
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            lload 1 /* hitCount */
            lconst_0
            lcmp
            iflt 2
            iconst_1
            goto 3
      StackMap locals: com.google.common.cache.CacheStats long long long long long long
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
         4: .line 80
            lload 3 /* missCount */
            lconst_0
            lcmp
            iflt 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
         7: .line 81
            lload 5 /* loadSuccessCount */
            lconst_0
            lcmp
            iflt 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
        10: .line 82
            lload 7 /* loadExceptionCount */
            lconst_0
            lcmp
            iflt 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
        13: .line 83
            lload 9 /* totalLoadTime */
            lconst_0
            lcmp
            iflt 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
        16: .line 84
            lload 11 /* evictionCount */
            lconst_0
            lcmp
            iflt 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
        19: .line 86
            aload 0 /* this */
            lload 1 /* hitCount */
            putfield com.google.common.cache.CacheStats.hitCount:J
        20: .line 87
            aload 0 /* this */
            lload 3 /* missCount */
            putfield com.google.common.cache.CacheStats.missCount:J
        21: .line 88
            aload 0 /* this */
            lload 5 /* loadSuccessCount */
            putfield com.google.common.cache.CacheStats.loadSuccessCount:J
        22: .line 89
            aload 0 /* this */
            lload 7 /* loadExceptionCount */
            putfield com.google.common.cache.CacheStats.loadExceptionCount:J
        23: .line 90
            aload 0 /* this */
            lload 9 /* totalLoadTime */
            putfield com.google.common.cache.CacheStats.totalLoadTime:J
        24: .line 91
            aload 0 /* this */
            lload 11 /* evictionCount */
            putfield com.google.common.cache.CacheStats.evictionCount:J
        25: .line 92
            return
        end local 11 // long evictionCount
        end local 9 // long totalLoadTime
        end local 7 // long loadExceptionCount
        end local 5 // long loadSuccessCount
        end local 3 // long missCount
        end local 1 // long hitCount
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   26     0                this  Lcom/google/common/cache/CacheStats;
            0   26     1            hitCount  J
            0   26     3           missCount  J
            0   26     5    loadSuccessCount  J
            0   26     7  loadExceptionCount  J
            0   26     9       totalLoadTime  J
            0   26    11       evictionCount  J
    MethodParameters:
                    Name  Flags
      hitCount            
      missCount           
      loadSuccessCount    
      loadExceptionCount  
      totalLoadTime       
      evictionCount       

  public long requestCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 99
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            ladd
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public long hitCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 104
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public double hitRate();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 113
            aload 0 /* this */
            invokevirtual com.google.common.cache.CacheStats.requestCount:()J
            lstore 1 /* requestCount */
        start local 1 // long requestCount
         1: .line 114
            lload 1 /* requestCount */
            lconst_0
            lcmp
            ifne 2
            dconst_1
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            l2d
            lload 1 /* requestCount */
            l2d
            ddiv
      StackMap locals:
      StackMap stack: double
         3: dreturn
        end local 1 // long requestCount
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/google/common/cache/CacheStats;
            1    4     1  requestCount  J

  public long missCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 124
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public double missRate();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 137
            aload 0 /* this */
            invokevirtual com.google.common.cache.CacheStats.requestCount:()J
            lstore 1 /* requestCount */
        start local 1 // long requestCount
         1: .line 138
            lload 1 /* requestCount */
            lconst_0
            lcmp
            ifne 2
            dconst_0
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            l2d
            lload 1 /* requestCount */
            l2d
            ddiv
      StackMap locals:
      StackMap stack: double
         3: dreturn
        end local 1 // long requestCount
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/google/common/cache/CacheStats;
            1    4     1  requestCount  J

  public long loadCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 147
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            ladd
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public long loadSuccessCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 161
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public long loadExceptionCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 175
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public double loadExceptionRate();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 184
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            ladd
            lstore 1 /* totalLoadCount */
        start local 1 // long totalLoadCount
         1: .line 185
            lload 1 /* totalLoadCount */
            lconst_0
            lcmp
            ifne 2
            dconst_0
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            l2d
            lload 1 /* totalLoadCount */
            l2d
            ddiv
      StackMap locals:
      StackMap stack: double
         3: dreturn
        end local 1 // long totalLoadCount
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/google/common/cache/CacheStats;
            1    4     1  totalLoadCount  J

  public long totalLoadTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 194
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public double averageLoadPenalty();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 202
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            ladd
            lstore 1 /* totalLoadCount */
        start local 1 // long totalLoadCount
         1: .line 203
            lload 1 /* totalLoadCount */
            lconst_0
            lcmp
            ifne 2
            dconst_0
            goto 3
      StackMap locals: long
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            l2d
            lload 1 /* totalLoadCount */
            l2d
            ddiv
      StackMap locals:
      StackMap stack: double
         3: dreturn
        end local 1 // long totalLoadCount
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/google/common/cache/CacheStats;
            1    4     1  totalLoadCount  J

  public long evictionCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 211
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            lreturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/cache/CacheStats;

  public com.google.common.cache.CacheStats minus(com.google.common.cache.CacheStats);
    descriptor: (Lcom/google/common/cache/CacheStats;)Lcom/google/common/cache/CacheStats;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=18, locals=2, args_size=2
        start local 0 // com.google.common.cache.CacheStats this
        start local 1 // com.google.common.cache.CacheStats other
         0: .line 220
            new com.google.common.cache.CacheStats
            dup
         1: .line 221
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.hitCount:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         2: .line 222
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.missCount:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         3: .line 223
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         4: .line 224
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         5: .line 225
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         6: .line 226
            lconst_0
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            lsub
            invokestatic java.lang.Math.max:(JJ)J
         7: .line 220
            invokespecial com.google.common.cache.CacheStats.<init>:(JJJJJJ)V
            areturn
        end local 1 // com.google.common.cache.CacheStats other
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/google/common/cache/CacheStats;
            0    8     1  other  Lcom/google/common/cache/CacheStats;
    MethodParameters:
       Name  Flags
      other  

  public com.google.common.cache.CacheStats plus(com.google.common.cache.CacheStats);
    descriptor: (Lcom/google/common/cache/CacheStats;)Lcom/google/common/cache/CacheStats;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=16, locals=2, args_size=2
        start local 0 // com.google.common.cache.CacheStats this
        start local 1 // com.google.common.cache.CacheStats other
         0: .line 236
            new com.google.common.cache.CacheStats
            dup
         1: .line 237
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.hitCount:J
            ladd
         2: .line 238
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.missCount:J
            ladd
         3: .line 239
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            ladd
         4: .line 240
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            ladd
         5: .line 241
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            ladd
         6: .line 242
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            aload 1 /* other */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            ladd
         7: .line 236
            invokespecial com.google.common.cache.CacheStats.<init>:(JJJJJJ)V
            areturn
        end local 1 // com.google.common.cache.CacheStats other
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/google/common/cache/CacheStats;
            0    8     1  other  Lcom/google/common/cache/CacheStats;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 247
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 248
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_5
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
         2: .line 247
            invokestatic com.google.common.base.Objects.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/cache/CacheStats;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.cache.CacheStats this
        start local 1 // java.lang.Object object
         0: .line 253
            aload 1 /* object */
            instanceof com.google.common.cache.CacheStats
            ifeq 10
         1: .line 254
            aload 1 /* object */
            checkcast com.google.common.cache.CacheStats
            astore 2 /* other */
        start local 2 // com.google.common.cache.CacheStats other
         2: .line 255
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.hitCount:J
            lcmp
            ifne 9
         3: .line 256
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.missCount:J
            lcmp
            ifne 9
         4: .line 257
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            lcmp
            ifne 9
         5: .line 258
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            lcmp
            ifne 9
         6: .line 259
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            lcmp
            ifne 9
         7: .line 260
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            aload 2 /* other */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            lcmp
            ifne 9
         8: .line 255
            iconst_1
            ireturn
      StackMap locals: com.google.common.cache.CacheStats
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // com.google.common.cache.CacheStats other
        10: .line 262
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/google/common/cache/CacheStats;
            0   11     1  object  Ljava/lang/Object;
            2   10     2   other  Lcom/google/common/cache/CacheStats;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.cache.CacheStats this
         0: .line 267
            aload 0 /* this */
            invokestatic com.google.common.base.MoreObjects.toStringHelper:(Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
         1: .line 268
            ldc "hitCount"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.hitCount:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         2: .line 269
            ldc "missCount"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.missCount:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         3: .line 270
            ldc "loadSuccessCount"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadSuccessCount:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         4: .line 271
            ldc "loadExceptionCount"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.loadExceptionCount:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         5: .line 272
            ldc "totalLoadTime"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.totalLoadTime:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         6: .line 273
            ldc "evictionCount"
            aload 0 /* this */
            getfield com.google.common.cache.CacheStats.evictionCount:J
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;J)Lcom/google/common/base/MoreObjects$ToStringHelper;
         7: .line 274
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.toString:()Ljava/lang/String;
         8: .line 267
            areturn
        end local 0 // com.google.common.cache.CacheStats this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/cache/CacheStats;
}
SourceFile: "CacheStats.java"
InnerClasses:
  public final ToStringHelper = com.google.common.base.MoreObjects$ToStringHelper of com.google.common.base.MoreObjects
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()