Uses of Interface
com.github.mizosoft.methanol.HttpCache.StatsRecorder
-
Packages that use HttpCache.StatsRecorder Package Description com.github.mizosoft.methanol -
-
Uses of HttpCache.StatsRecorder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return HttpCache.StatsRecorder Modifier and Type Method Description static 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.StatsRecorder Modifier and Type Method Description HttpCache.BuilderHttpCache.Builder. statsRecorder(HttpCache.StatsRecorder statsRecorder)Sets the cache'sStatsRecorder.
-