create

fun create(jdbcUrl: String = "jdbc:sqlite:kache.db"): SQLiteCacheClient

Create an instance backed by the given JDBC URL. Defaults to a file-local database.