类 JCacheCacheMeterBinderProvider

    • 方法详细资料

      • getMeterBinder

        public io.micrometer.core.instrument.binder.MeterBinder getMeterBinder​(org.springframework.cache.jcache.JCacheCache cache,
                                                                               Iterable<io.micrometer.core.instrument.Tag> tags)
        从接口复制的说明: CacheMeterBinderProvider
        Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
        指定者:
        getMeterBinder 在接口中 CacheMeterBinderProvider<org.springframework.cache.jcache.JCacheCache>
        参数:
        cache - the cache to instrument
        tags - tags to apply to all recorded metrics
        返回:
        a MeterBinder handling the specified Cache or null