class StateOfOnlineRepositoryDsl<CACHE>
data class Props<CACHE> |
StateOfOnlineRepositoryDsl() |
var cacheExistsDsl: CacheExistsDsl? |
|
var props: Props<CACHE> |
fun cache(cache: CACHE, more: CacheExistsDsl.() -> Unit = null): Unit |
|
fun cacheEmpty(more: CacheExistsDsl.() -> Unit = null): Unit |
|
fun noCache(): Unit |