Package-level declarations

Types

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

MongoDB adapter providing a typed public API over KacheController.