Package io.github.resilience4j.cache
Interface Cache.Metrics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumberOfCacheHits()Returns the current number of cache hitslonggetNumberOfCacheMisses()Returns the current number of cache misses.
-