Uses of Interface
com.github.mizosoft.methanol.HttpCache.Stats
-
Packages that use HttpCache.Stats Package Description com.github.mizosoft.methanol -
-
Uses of HttpCache.Stats in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return HttpCache.Stats Modifier and Type Method Description static HttpCache.StatsHttpCache.Stats. empty()Returns aStatswith zero counters.HttpCache.StatsHttpCache.StatsRecorder. snapshot()Returns aStatssnapshot for the recorded statistics for allURIs.HttpCache.StatsHttpCache.StatsRecorder. snapshot(java.net.URI uri)Returns aStatssnapshot for the recorded statistics of the givenURI.HttpCache.StatsHttpCache. stats()Returns a snapshot of statistics accumulated so far.HttpCache.StatsHttpCache. stats(java.net.URI uri)Returns a snapshot of statistics accumulated so far for the givenURI.
-