Retrostash
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Retrostash
retrostash-okhttp
/
dev.logickoder.retrostash.okhttp
/
RetrostashOkHttpConfig
/
RetrostashOkHttpConfig
Retrostash
Ok
Http
Config
constructor
(
timeoutMs
:
Long
=
250
,
maxEntries
:
Int
=
64
,
maxBytes
:
Long
=
2 * 1024 * 1024L
,
defaultMaxAgeMs
:
Long
=
10 * 60 * 1000L
,
logger
:
(
String
)
->
Unit
?
=
null
,
cacheDirName
:
String
=
"retrostash_okhttp_cache"
,
prefsName
:
String
=
"retrostash_okhttp_store"
)