Package-level declarations

Types

Link copied to clipboard
class ExposedKacheController(cacheEnabled: () -> Boolean = { true }, cache: CacheClient, asyncWriteScope: CoroutineScope? = null, onAsyncWriteError: (Throwable) -> Unit = {}) : KacheController

Exposed-based adapter providing a typed public API over KacheController.