toggle menu
KacheController
jvm
switch theme
search in API
kachecontroller-cache-sqlite
/
com.funyinkash.kachecontroller.cache
/
SQLiteCacheClient
/
Companion
Companion
object
Companion
Members
Functions
create
Link copied to clipboard
fun
create
(
jdbcUrl
:
String
=
"jdbc:sqlite:kache.db"
)
:
SQLiteCacheClient
Create an instance backed by the given JDBC URL. Defaults to a file-local database.