Uses of Interface
com.github.mizosoft.methanol.HttpCache.StatsRecorder
Packages that use HttpCache.StatsRecorder
-
Uses of HttpCache.StatsRecorder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return HttpCache.StatsRecorderModifier and TypeMethodDescriptionstatic HttpCache.StatsRecorderHttpCache.StatsRecorder.createConcurrentPerUriRecorder()Creates aStatsRecorderthat atomically increments each count and records perURIstats.static HttpCache.StatsRecorderHttpCache.StatsRecorder.createConcurrentRecorder()Creates aStatsRecorderthat atomically increments each count and doesn't record perURIstats.static HttpCache.StatsRecorderHttpCache.StatsRecorder.disabled()Returns a disabledStatsRecorder.Methods in com.github.mizosoft.methanol with parameters of type HttpCache.StatsRecorderModifier and TypeMethodDescriptionHttpCache.Builder.statsRecorder(HttpCache.StatsRecorder statsRecorder) Sets the cache'sStatsRecorder.