micro_utils.dokka
0.17.1
android
micro_utils.dokka
/
dev.inmo.micro_utils.repos.keyvalue
/
SharedPreferencesKeyValueRepo
Shared
Preferences
Key
Value
Repo
android
inline
fun
<
T
:
Any
>
SharedPreferencesKeyValueRepo
(
context
:
Context
,
name
:
String
=
"default"
,
cacheValues
:
Boolean
=
false
)
:
KeyValueRepo
<
String
,
T
>