class org.apache.cassandra.metrics.CacheMetrics$2 extends com.codahale.metrics.RatioGauge
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.metrics.CacheMetrics$2
  super_class: com.codahale.metrics.RatioGauge
{
  final org.apache.cassandra.metrics.CacheMetrics this$0;
    descriptor: Lorg/apache/cassandra/metrics/CacheMetrics;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.cassandra.metrics.CacheMetrics);
    descriptor: (Lorg/apache/cassandra/metrics/CacheMetrics;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.metrics.CacheMetrics$2 this
         0: .line 70
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.metrics.CacheMetrics$2.this$0:Lorg/apache/cassandra/metrics/CacheMetrics;
            aload 0 /* this */
            invokespecial com.codahale.metrics.RatioGauge.<init>:()V
            return
        end local 0 // org.apache.cassandra.metrics.CacheMetrics$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/metrics/CacheMetrics$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.codahale.metrics.RatioGauge$Ratio getRatio();
    descriptor: ()Lcom/codahale/metrics/RatioGauge$Ratio;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.cassandra.metrics.CacheMetrics$2 this
         0: .line 75
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.CacheMetrics$2.this$0:Lorg/apache/cassandra/metrics/CacheMetrics;
            getfield org.apache.cassandra.metrics.CacheMetrics.hits:Lcom/codahale/metrics/Meter;
            invokevirtual com.codahale.metrics.Meter.getCount:()J
            l2d
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.CacheMetrics$2.this$0:Lorg/apache/cassandra/metrics/CacheMetrics;
            getfield org.apache.cassandra.metrics.CacheMetrics.requests:Lcom/codahale/metrics/Meter;
            invokevirtual com.codahale.metrics.Meter.getCount:()J
            l2d
            invokestatic com.codahale.metrics.RatioGauge$Ratio.of:(DD)Lcom/codahale/metrics/RatioGauge$Ratio;
            areturn
        end local 0 // org.apache.cassandra.metrics.CacheMetrics$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/metrics/CacheMetrics$2;
}
SourceFile: "CacheMetrics.java"
EnclosingMethod: org.apache.cassandra.metrics.CacheMetrics.<init>:(Ljava/lang/String;Lorg/apache/cassandra/cache/ICache;)V
NestHost: org.apache.cassandra.metrics.CacheMetrics
InnerClasses:
  public Ratio = com.codahale.metrics.RatioGauge$Ratio of com.codahale.metrics.RatioGauge
  org.apache.cassandra.metrics.CacheMetrics$2