class CacheExistsDsl
data class Props
Make default where cache not too old (make cache last fetched now) to give OnlineRepository the minimum amount of interactions. There must be some last fetched time because cache does exist! |
CacheExistsDsl() |
var props: Props |
fun cacheNotTooOld(): Unit |
|
fun cacheTooOld(): Unit
Disabled until Kotlin bug is resolved. |