public class org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics
  super_class: java.lang.Object
{
  private final RedisCache cache;
    descriptor: LRedisCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(RedisCache, java.lang.Iterable<Tag>);
    descriptor: (LRedisCache;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tCacheMeterBinder cannot be resolved to a type\n\tRedisCache cannot be resolved to a type\n\tRedisCache cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tRedisCache cannot be resolved to a type\n\tThe method size() of type RedisCacheMetrics must override or implement a supertype method\n\tThe method hitCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n\tThe method missCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n\tThe method evictionCount() of type RedisCacheMetrics must override or implement a supertype method\n\tThe method putCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tFunctionCounter cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n\tFunctionCounter cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n\tTimeGauge cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;
    Signature: (LRedisCache;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
       Name  Flags
      cache  
      tags   

  protected java.lang.Long size();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method size() of type RedisCacheMetrics must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;

  protected long hitCount();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method hitCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;

  protected java.lang.Long missCount();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method missCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;

  protected java.lang.Long evictionCount();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method evictionCount() of type RedisCacheMetrics must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;

  protected long putCount();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method putCount() of type RedisCacheMetrics must override or implement a supertype method\n\tRedisCache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;

  protected void bindImplementationSpecificMetrics(MeterRegistry);
    descriptor: (LMeterRegistry;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tFunctionCounter cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n\tFunctionCounter cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n\tTimeGauge cannot be resolved\n\tRedisCache cannot be resolved to a type\n\tThe method getTagsWithCacheName() is undefined for the type RedisCacheMetrics\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.RedisCacheMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/RedisCacheMetrics;
    MethodParameters:
          Name  Flags
      registry  
}
SourceFile: "RedisCacheMetrics.java"