Class RedisCacheMetrics
java.lang.Object
io.micrometer.core.instrument.binder.cache.CacheMeterBinder<RedisCache>
org.springframework.boot.cache.metrics.RedisCacheMetrics
- All Implemented Interfaces:
MeterBinder
- Since:
- 4.0.0
- Author:
- Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CacheMeterBinder
bindTo, getCache, getTagsWithCacheName
-
Constructor Details
-
RedisCacheMetrics
-
-
Method Details
-
size
- Specified by:
sizein classCacheMeterBinder<RedisCache>
-
hitCount
protected long hitCount()- Specified by:
hitCountin classCacheMeterBinder<RedisCache>
-
missCount
- Specified by:
missCountin classCacheMeterBinder<RedisCache>
-
evictionCount
- Specified by:
evictionCountin classCacheMeterBinder<RedisCache>
-
putCount
protected long putCount()- Specified by:
putCountin classCacheMeterBinder<RedisCache>
-
bindImplementationSpecificMetrics
- Specified by:
bindImplementationSpecificMetricsin classCacheMeterBinder<RedisCache>
-