接口 CacheMeterBinderProvider<C extends org.springframework.cache.Cache>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      io.micrometer.core.instrument.binder.MeterBindergetMeterBinder​(C cache, Iterable<io.micrometer.core.instrument.Tag> tags)
      Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
    • 方法详细资料

      • getMeterBinder

        io.micrometer.core.instrument.binder.MeterBinder getMeterBinder​(C cache,
                                                                        Iterable<io.micrometer.core.instrument.Tag> tags)
        Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
        参数:
        cache - the cache to instrument
        tags - tags to apply to all recorded metrics
        返回:
        a MeterBinder handling the specified Cache or null